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

Skip to content

Commit e940d72

Browse files
committed
Move the mathmpl Sphinx extension to the installed tree so that other projects can take advantage of it.
svn path=/branches/v0_98_5_maint/; revision=6915
1 parent 8cb5ea1 commit e940d72

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
# Add any Sphinx extension module names here, as strings. They can be extensions
2929
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30-
extensions = ['mathmpl', 'math_symbol_table', 'sphinx.ext.autodoc',
31-
'only_directives', 'plot_directive', 'inheritance_diagram',
32-
'gen_gallery', 'gen_rst']
30+
extensions = ['matplotlib.sphinxext.mathmpl', 'math_symbol_table',
31+
'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
32+
'plot_directive', 'inheritance_diagram', 'gen_gallery', 'gen_rst']
3333

3434
# Add any paths that contain templates here, relative to this directory.
3535
templates_path = ['_templates']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
File renamed without changes.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
'matplotlib.numerix.npyma',
5959
'matplotlib.numerix.linear_algebra',
6060
'matplotlib.numerix.random_array',
61-
'matplotlib.numerix.fft'
61+
'matplotlib.numerix.fft',
62+
'matplotlib.sphinxext'
6263
]
6364

6465
py_modules = ['pylab']

0 commit comments

Comments
 (0)