doc: Increase PNG conversion image quality
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
EPSTOPDF = epstopdf
|
||||
DIA = dia
|
||||
CONVERT = convert
|
||||
CONVERT = convert -density 300
|
||||
|
||||
SRC = ../../src
|
||||
# Temporary source directory, for build
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
EPSTOPDF = epstopdf
|
||||
DIA = dia
|
||||
CONVERT = convert
|
||||
CONVERT = convert -density 300
|
||||
|
||||
SRC = ../../src
|
||||
# Temporary source directory, for build
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
EPSTOPDF = epstopdf
|
||||
DIA = dia
|
||||
CONVERT = convert
|
||||
CONVERT = convert -density 300
|
||||
|
||||
SOURCE = source
|
||||
FIGURES = $(SOURCE)/figures
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
EPSTOPDF = epstopdf
|
||||
DIA = dia
|
||||
CONVERT = convert
|
||||
CONVERT = convert -density 300
|
||||
|
||||
SOURCE = source
|
||||
FIGURES = $(SOURCE)/figures
|
||||
|
||||
Reference in New Issue
Block a user