Skip to content

Commit 28f8744

Browse files
committed
Fix wrong docs sort
1 parent 0c8f8f1 commit 28f8744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
# This pattern also affects html_static_path and html_extra_path.
5050
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', "test.py", "test2.py", ".idea", "setup.py"]
5151

52+
# This should fix wrong sort
53+
autodoc_member_order = 'bysource'
5254

5355
# -- Options for HTML output -------------------------------------------------
5456

0 commit comments

Comments
 (0)