Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04a9cbc

Browse files
committed
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
1 parent 6cf17ba commit 04a9cbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def _check_dependencies():
189189
'junit': '../test-results/sphinx-gallery/junit.xml' if CIRCLECI else '',
190190
}
191191

192-
plot_gallery = 'True'
193192
mathmpl_fontsize = 11.0
194193
mathmpl_srcset = ['2x']
195194

0 commit comments

Comments
 (0)