We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f24c2 commit 9fb90d4Copy full SHA for 9fb90d4
doc/conf.py
@@ -37,15 +37,14 @@
37
'IPython.sphinxext.ipython_directive',
38
'numpydoc', # Needs to be loaded *after* autodoc.
39
'sphinx_gallery.gen_gallery',
40
+ 'matplotlib.sphinxext.mathmpl',
41
'matplotlib.sphinxext.plot_directive',
42
'sphinxext.custom_roles',
43
'sphinxext.github',
44
'sphinxext.math_symbol_table',
45
'sphinxext.mock_gui_toolkits',
46
'sphinxext.skip_deprecated',
47
]
-if sphinx.version_info < (1, 8):
48
- extensions.append('matplotlib.sphinxext.mathmpl')
49
50
exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
51
0 commit comments