aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-01 00:18:25 +0200
committern-peugnet <n.peugnet@free.fr>2022-04-01 00:18:25 +0200
commite17de220500a62e91aa3b533ab8adfc7c6af94a5 (patch)
treeb10beae49e68b06110d70d0d04e0bf47a5ca2c1c /conf.py
parent67ccabe100e537dc0c3e13d88662929c8be6e34a (diff)
downloadclub1-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.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