From fd984a4587e3a11f02246e05396f8ce3c4ce2a68 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 23 Jun 2020 20:35:10 -0400 Subject: [PATCH] Backport PR #17734: Oversample thumbnail x2 --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index deb22096df2f..8b4124537411 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -141,6 +141,7 @@ def _check_dependencies(): 'within_subsection_order': gallery_order.subsectionorder, 'remove_config_comments': True, 'min_reported_time': 1, + 'thumbnail_size': (320, 224), 'compress_images': ('thumbnails', 'images'), 'matplotlib_animations': True, }