summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index ecabef1..165cdfa 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -300,6 +300,8 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/', None),
# this merges constructor docstring with class docstring
autoclass_content = 'both'
+# Sort members by type
+autodoc_member_order = 'bysource'
# Napoleon settings
napoleon_google_docstring = False