Skip to content

Commit

Permalink
docs: change order of member
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 19, 2024
1 parent b977437 commit 2833277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
autodoc_class_signature = "separated"

autodoc_default_options = {
"member-order": "alphabetical",
"member-order": "bysource",
"special-members": "__init__",
"undoc-members": False,
"exclude-members": "__weakref__",
Expand Down

0 comments on commit 2833277

Please sign in to comment.