Use matplotlib's plot_directive.py for Sphinx documentation.

Included plot_directive.py is broken for Sphinx 1.0.
See http://projects.scipy.org/numpy/ticket/1489
This commit is contained in:
Tony S Yu
2011-07-15 20:14:15 +02:00
committed by Pieter Holtzhausen
parent fab15a5c71
commit 964de3d14a
+1 -1
View File
@@ -27,7 +27,7 @@ sys.path.append(os.path.join(curpath, '..', 'ext'))
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc',
'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram',
'plot_directive']
'matplotlib.sphinxext.plot_directive']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']