From 89a3f04ab4c11fbfc0c3b6a65ee37047afc9729e 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 x1 --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index deb22096df2f..7c4be3d71457 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': (160, 112), 'compress_images': ('thumbnails', 'images'), 'matplotlib_animations': True, }