Skip to content

Commit ea41641

Browse files
committed
DOC: Use pip-packaged numpydoc
1 parent f58ab2f commit ea41641

File tree

3 files changed

+2
-185
lines changed

3 files changed

+2
-185
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'sphinx.ext.autodoc',
4949
'sphinx.ext.doctest',
5050
'sphinx.ext.autosummary',
51-
'numpy_ext.numpydoc',
51+
'numpydoc',
5252
'matplotlib.sphinxext.plot_directive',
5353
'matplotlib.sphinxext.only_directives',
5454
'nipype.sphinxext.plot_workflow',

doc/sphinxext/numpy_ext/numpydoc.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def get_nipype_gitversion():
156156
TESTS_REQUIRES = ['pytest-cov', 'codecov']
157157

158158
EXTRA_REQUIRES = {
159-
'doc': ['Sphinx>=1.4', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
159+
'doc': ['Sphinx>=1.4', 'numpydoc', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
160160
'tests': TESTS_REQUIRES,
161161
'specs': ['yapf'],
162162
'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],

0 commit comments

Comments
 (0)