We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda4de0 commit 329293bCopy full SHA for 329293b
1 file changed
docs/conf.py
@@ -16,6 +16,9 @@
16
'autoapi.extension'
17
]
18
autoapi_dirs = ['../dabench']
19
+autoapi_options = ['members', 'undoc-members', 'show-inheritance',
20
+ 'show-module-summary', 'special-members',
21
+ 'imported-members']
22
23
intersphinx_mapping = {
24
'python': ('https://docs.python.org/3/', None),
0 commit comments