mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-14 12:50:39 +08:00
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:
committed by
Pieter Holtzhausen
parent
fab15a5c71
commit
964de3d14a
+1
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user