Thanks to visit codestin.com Credit goes to github.com
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 c11eefd commit 5684b7dCopy full SHA for 5684b7d
1 file changed
doc/conf.py
@@ -42,14 +42,13 @@
42
'sphinx_gallery.gen_gallery',
43
'matplotlib.sphinxext.only_directives',
44
'matplotlib.sphinxext.plot_directive',
45
+ 'matplotlib.sphinxext.mathmpl',
46
'sphinxext.custom_roles',
47
'sphinxext.github',
48
'sphinxext.math_symbol_table',
49
'sphinxext.mock_gui_toolkits',
50
'sphinxext.skip_deprecated',
51
]
-if sphinx.version_info < (1, 8):
52
- extensions.append('matplotlib.sphinxext.mathmpl')
53
54
exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
55
0 commit comments