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

Skip to content

Commit 5684b7d

Browse files
committed
DOC: always include mathmpl
1 parent c11eefd commit 5684b7d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@
4242
'sphinx_gallery.gen_gallery',
4343
'matplotlib.sphinxext.only_directives',
4444
'matplotlib.sphinxext.plot_directive',
45+
'matplotlib.sphinxext.mathmpl',
4546
'sphinxext.custom_roles',
4647
'sphinxext.github',
4748
'sphinxext.math_symbol_table',
4849
'sphinxext.mock_gui_toolkits',
4950
'sphinxext.skip_deprecated',
5051
]
51-
if sphinx.version_info < (1, 8):
52-
extensions.append('matplotlib.sphinxext.mathmpl')
5352

5453
exclude_patterns = ['api/api_changes/*', 'users/whats_new/*']
5554

0 commit comments

Comments
 (0)