Skip to content

Commit 519f76d

Browse files
committed
autodoc: enable undoc-members by default
1 parent 18ccbfb commit 519f76d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242

4343
autodoc_member_order = "bysource"
4444
autoclass_content = "class"
45+
autodoc_default_options = {
46+
"members": True,
47+
"undoc-members": True,
48+
}
4549

4650
# Add any paths that contain templates here, relative to this directory.
4751
templates_path = ["_templates"]

0 commit comments

Comments
 (0)