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 d0307e7 commit d22c934Copy full SHA for d22c934
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