##// END OF EJS Templates
Fix doc build to eliminate matplotlib dependency.
Fernando Perez -
r1704:46a1cb34 merge
parent child Browse files
Show More
@@ -36,8 +36,9 b" execfile('../../IPython/Release.py',iprelease)"
36 # Add any Sphinx extension module names here, as strings. They can be extensions
36 # Add any Sphinx extension module names here, as strings. They can be extensions
37 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
37 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
38 extensions = ['sphinx.ext.autodoc',
38 extensions = ['sphinx.ext.autodoc',
39 'inheritance_diagram', 'only_directives', 'plot_directive',
39 'inheritance_diagram', 'only_directives',
40 'ipython_console_highlighting',
40 'ipython_console_highlighting',
41 # 'plot_directive', # disabled for now, needs matplotlib
41 ]
42 ]
42
43
43 # Add any paths that contain templates here, relative to this directory.
44 # Add any paths that contain templates here, relative to this directory.
General Comments 0
You need to be logged in to leave comments. Login now