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

Skip to content

Commit 61a68a7

Browse files
committed
Merged revisions 6946 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6946 | mdboom | 2009-03-02 17:50:44 -0500 (Mon, 02 Mar 2009) | 2 lines Fix bug in doc build. ........ svn path=/trunk/matplotlib/; revision=6947
1 parent 4a08950 commit 61a68a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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.
3030
extensions = ['matplotlib.sphinxext.mathmpl', 'math_symbol_table',
31-
'sphinx.ext.autodoc', # 'matplotlib.sphinxext.only_directives',
31+
'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
3232
'matplotlib.sphinxext.plot_directive', 'inheritance_diagram',
3333
'gen_gallery', 'gen_rst']
3434

0 commit comments

Comments
 (0)