diff --git a/doc/conf.py b/doc/conf.py index 76c941b7d7bc..39dbed6fffda 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -141,6 +141,10 @@ def _check_dependencies(): 'within_subsection_order': gallery_order.subsectionorder, 'remove_config_comments': True, 'min_reported_time': 1, + # Default thumbnail size (400, 280) + # Default CSS rescales (160, 112) + # Size is decreased to reduce webpage loading time + 'thumbnail_size': (280, 196), } plot_gallery = 'True'