From e17de220500a62e91aa3b533ab8adfc7c6af94a5 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 1 Apr 2022 00:18:25 +0200 Subject: perf: reduce size of pngs converted from svg for pdflatex --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3