doc: Increase PNG conversion image quality

This commit is contained in:
Tom Henderson
2024-11-16 17:29:30 -08:00
parent 2045a6af58
commit af14c5f502
7 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# Makefile for Sphinx documentation
#
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert -density 300
# You can set these variables from the command line.
SPHINXOPTS = -W --keep-going

View File

@@ -1,5 +1,8 @@
# Makefile for Sphinx documentation
#
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert -density 300
# You can set these variables from the command line.
SPHINXOPTS = -W --keep-going

View File

@@ -1,6 +1,6 @@
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert
CONVERT = convert -density 300
SRC = ../../src
# Temporary source directory, for build

View File

@@ -1,6 +1,6 @@
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert
CONVERT = convert -density 300
SRC = ../../src
# Temporary source directory, for build

View File

@@ -1,5 +1,8 @@
# Makefile for Sphinx documentation
#
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert -density 300
# You can set these variables from the command line.
SPHINXOPTS = -W --keep-going

View File

@@ -1,6 +1,6 @@
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert
CONVERT = convert -density 300
SOURCE = source
FIGURES = $(SOURCE)/figures

View File

@@ -1,6 +1,6 @@
EPSTOPDF = epstopdf
DIA = dia
CONVERT = convert
CONVERT = convert -density 300
SOURCE = source
FIGURES = $(SOURCE)/figures