Skip to content

Commit 341a2b7

Browse files
mkdocs: Configure members_order as alphabetical in docstrings plugin
- Changed `members_order` in `mkdocstrings` from `source` to `alphabetical` for better organization and readability of API documentation. Assisted-by: Codex
1 parent 6d75bdf commit 341a2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins:
2121
docstring_style: google
2222
heading_level: 2
2323
line_length: 50
24-
members_order: source
24+
members_order: alphabetical
2525
separate_signature: true
2626
show_signature_annotations: true
2727
signature_crossrefs: true

0 commit comments

Comments
 (0)