Docs: use by-source order for autodoc consistently.
This commit is contained in:
parent
e1b51fb7c4
commit
c6c9ea405e
@ -44,6 +44,7 @@ autodoc_default_options = {
|
|||||||
"members": True,
|
"members": True,
|
||||||
"inherited-members": True,
|
"inherited-members": True,
|
||||||
"show-inheritance": True,
|
"show-inheritance": True,
|
||||||
|
"member-order": "bysource",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user