8000 Remove plot_gallery setting from conf.py · matplotlib/matplotlib@04a9cbc · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0