diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-01 00:18:25 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-04-01 00:18:25 +0200 |
commit | e17de220500a62e91aa3b533ab8adfc7c6af94a5 (patch) | |
tree | b10beae49e68b06110d70d0d04e0bf47a5ca2c1c /conf.py | |
parent | 67ccabe100e537dc0c3e13d88662929c8be6e34a (diff) | |
download | club1-docs-n-peugnet-reduce-convert-img-size.tar.gz club1-docs-n-peugnet-reduce-convert-img-size.zip |
perf: reduce size of pngs converted from svg for pdflatexn-peugnet-reduce-convert-img-size
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ exclude_patterns = [ # imgconverter plugin converts SVG to PNG for builders that do not support it. # Increase PNG image resolution. -image_converter_args = ['-density', '400', '-resize', '200%'] +image_converter_args = ['-density', '250', '-resize', '230%'] # Disable smart quotes at Sphinx level, as it is done by MyST. smartquotes = False |