aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-01 00:18:25 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-04-01 01:18:29 +0200
commit30e3de8a7c14c9f22f07be80b5f69bc0b40028d7 (patch)
treeb10beae49e68b06110d70d0d04e0bf47a5ca2c1c /conf.py
parent67ccabe100e537dc0c3e13d88662929c8be6e34a (diff)
downloadclub1-docs-30e3de8a7c14c9f22f07be80b5f69bc0b40028d7.tar.gz
club1-docs-30e3de8a7c14c9f22f07be80b5f69bc0b40028d7.zip
perf: reduce size of pngs converted from svg for pdflatex
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 58df011..043a8c6 100644
--- a/conf.py
+++ b/conf.py
@@ -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