Skip to content

Commit 329293b

Browse files
committed
Remove private members from autoapi_options'
1 parent fda4de0 commit 329293b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
'autoapi.extension'
1717
]
1818
autoapi_dirs = ['../dabench']
19+
autoapi_options = ['members', 'undoc-members', 'show-inheritance',
20+
'show-module-summary', 'special-members',
21+
'imported-members']
1922

2023
intersphinx_mapping = {
2124
'python': ('https://docs.python.org/3/', None),

0 commit comments

Comments
 (0)