We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8f8f1 commit 28f8744Copy full SHA for 28f8744
docs/conf.py
@@ -49,6 +49,8 @@
49
# This pattern also affects html_static_path and html_extra_path.
50
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', "test.py", "test2.py", ".idea", "setup.py"]
51
52
+# This should fix wrong sort
53
+autodoc_member_order = 'bysource'
54
55
# -- Options for HTML output -------------------------------------------------
56
0 commit comments