mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-07 11:28:14 +08:00
Add only_directives.py and plot_directive.py from numpy.
This commit is contained in:
+1
-2
@@ -27,8 +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',
|
||||
'numpydoc.only_directives',
|
||||
'numpydoc.plot_directive']
|
||||
'only_directives', 'plot_directive']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
Reference in New Issue
Block a user