Skip to content

Commit 7457c3c

Browse files
committed
Sets autodoc options for documentation
1 parent f4b44cc commit 7457c3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,11 @@
262262

263263
# If true, do not generate a @detailmenu in the "Top" node's menu.
264264
#texinfo_no_detailmenu = False
265+
266+
autodoc_default_options = {
267+
'members': True,
268+
'member-order': 'bysource',
269+
'special-members': '__init__',
270+
'undoc-members': True,
271+
'exclude-members': '__weakref__'
272+
}

0 commit comments

Comments
 (0)