8000 docs(conf): Add autodoc_default_options · vcs-python/libvcs@ea64045 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea64045

Browse files
committed
docs(conf): Add autodoc_default_options
1 parent 071f6e6 commit ea64045

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@
102102
autoclass_content = "both"
103103
autodoc_member_order = "bysource"
104104
toc_object_entries_show_parents = "hide"
105+
autodoc_default_options = {
106+
"undoc-members": True,
107+
"members": True,
108+
"private-members": True,
109+
"show-inheritance": True,
110+
"member-order": "bysource",
111+
}
105112

106113
# sphinx-autodoc-typehints
107114
autodoc_typehints = "description" # show type hints in doc body instead of signature

0 commit comments

Comments
 (0)
0