Docs: use by-source order for autodoc consistently.

This commit is contained in:
Nathan Williis 2024-09-16 12:59:30 +01:00
parent e1b51fb7c4
commit c6c9ea405e

View File

@ -44,6 +44,7 @@ autodoc_default_options = {
"members": True,
"inherited-members": True,
"show-inheritance": True,
"member-order": "bysource",
}
# Add any paths that contain templates here, relative to this directory.