Skip to content

Commit 47e5201

Browse files
committed
Added numpydoc as subrepository
Former-commit-id: 1fb45203ca1b98f823309cbf24ae9461a30802c4
1 parent b2d0af1 commit 47e5201

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "doc/sphinxext/numpydoc"]
2+
path = doc/sphinxext/numpydoc
3+
url = https://github.com/numpy/numpydoc.git

doc/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
'sphinx.ext.autodoc',
3939
'sphinx.ext.doctest',
4040
'ipython_console_highlighting',
41-
'inheritance_diagram',
4241
'numpydoc.numpydoc'
4342
]
4443

@@ -256,4 +255,4 @@
256255
# How to display URL addresses: 'footnote', 'no', or 'inline'.
257256
#texinfo_show_urls = 'footnote'
258257

259-
numpydoc_show_class_members = False
258+
numpydoc_show_class_members = False

doc/sphinxext/numpydoc

Submodule numpydoc added at adcc5da

0 commit comments

Comments
 (0)