Skip to content

Commit

Permalink
api contents ordering to aplhabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
tkknight committed Nov 14, 2023
1 parent d0ae7cd commit 9ac350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _dotv(version):
todo_include_todos = True

# api generation configuration
autodoc_member_order = "bysource"
autodoc_member_order = "alphabetical"
autodoc_default_flags = ["show-inheritance"]

# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_typehints
Expand Down

0 comments on commit 9ac350a

Please sign in to comment.