diff --git a/Doc/source/conf.py b/Doc/source/conf.py index 45603fb41..0f56c6e1e 100644 --- a/Doc/source/conf.py +++ b/Doc/source/conf.py @@ -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.