aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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