From 04a9cbcc4041e559871361dd1c6ab2770f1c9197 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 14 Oct 2021 00:50:14 +0200 Subject: [PATCH] Remove plot_gallery setting from conf.py The defined value is the default. If somebody wants to change that for their personal build, the recommended way is passing parameters to make: https://matplotlib.org/devdocs/devel/documenting_mpl.html#building-the-docs --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c1b5cc164ca8..d8e554269e62 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,7 +189,6 @@ def _check_dependencies(): 'junit': '../test-results/sphinx-gallery/junit.xml' if CIRCLECI else '', } -plot_gallery = 'True' mathmpl_fontsize = 11.0 mathmpl_srcset = ['2x']