8000 DOC: backport all of #12109 · vm-asd2015/matplotlib@9fb90d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fb90d4

Browse files
committed
DOC: backport all of matplotlib#12109
In matplotlib#12110 only the pinning got backported, not adding mathmpl back into conf.py
1 parent 53f24c2 commit 9fb90d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@
3737
'IPython.sphinxext.ipython_directive',
3838
'numpydoc', # Needs to be loaded *after* autodoc.
3939
'sphinx_gallery.gen_gallery',
40+
'matplotlib.sphinxext.mathmpl',
4041
'matplotlib.sphinxext.plot_directive',
4142
'sphinxext.custom_roles',
4243
'sphinxext.github',
4344
'sphinxext.math_symbol_table',
4445
'sphinxext.mock_gui_toolkits',
4546
'sphinxext.skip_deprecated',
4647
]
47-
if sphinx.version_info < (1, 8):
48-
extensions.append('matplotlib.sphinxext.mathmpl')
4948

5049
exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
5150

0 commit comments

Comments
 (0)
0