Skip to content

Commit 3070deb

Browse files
JonWaltmanpv
authored andcommitted
Fix np domain to avoid duplicate module indices in docs
1 parent 5229a51 commit 3070deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpydoc/numpydoc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ class NumpyPythonDomain(ManglingDomainBase, PythonDomain):
150150
'staticmethod': 'function',
151151
'attribute': 'attribute',
152152
}
153+
indices = []
153154

154155
class NumpyCDomain(ManglingDomainBase, CDomain):
155156
name = 'np-c'

0 commit comments

Comments
 (0)