mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Fix broken Sphinx
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ sys.path.append(os.path.join(curpath, '..', 'ext'))
|
|||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = ['sphinx.ext.autodoc',
|
extensions = ['sphinx.ext.autodoc',
|
||||||
'sphinx.ext.pngmath',
|
'sphinx.ext.imgmath',
|
||||||
'numpydoc',
|
'numpydoc',
|
||||||
'sphinx.ext.autosummary',
|
'sphinx.ext.autosummary',
|
||||||
'plot2rst',
|
'plot2rst',
|
||||||
|
|||||||
Reference in New Issue
Block a user