Skip to content

Commit 6497392

Browse files
committed
docs: Update autodoc variable name
1 parent 856eb54 commit 6497392

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333

3434
htmlhelp_basename = 'agatesqldoc'
3535

36-
autodoc_member_order = 'bysource'
36+
autodoc_default_options = {
37+
'members': None,
38+
'member-order': 'bysource',
39+
'show-inheritance': True,
40+
}
3741

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

0 commit comments

Comments
 (0)