From d1689d1e3eac6461fd1bc295fda0a487bd4da84e Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Tue, 23 Jun 2020 16:55:18 +0200 Subject: [PATCH] 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, }