We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e76c38 commit d1b4dd4Copy full SHA for d1b4dd4
spec/conf.py
@@ -51,7 +51,7 @@
51
'members': True,
52
'special-members': True,
53
'undoc-members': True,
54
- 'exclude-members': '__annotations__, __dict__,__weakref__,__module__,__hash__',
+ 'exclude-members': '__annotations__, __dict__,__weakref__,__module__,__hash__,__parameters__,__abstractmethods__',
55
}
56
add_module_names = False
57
napoleon_numpy_docstring = True
0 commit comments