Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed53e2f

Browse files
committed
Set default autodoc flags
1 parent 225a4a0 commit ed53e2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def _check_deps():
8989
autosummary_generate = True
9090

9191
autodoc_docstring_signature = True
92+
autodoc_default_flags = ['members', 'undoc-members']
9293

9394
intersphinx_mapping = {
9495
'python': ('https://docs.python.org/', None),

0 commit comments

Comments
 (0)