Skip to content

Commit 0342a6e

Browse files
docs: Update MkDocs configuration with enhanced signature options
- Added `line_length`, `separate_signature`, `show_signature_annotations`, and `signature_crossrefs` options in `mkdocstrings` plugin configuration. - Improves API documentation readability and presentation by better handling function signatures and annotations. Assisted-by: Codex
1 parent 0d6ca9a commit 0342a6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ plugins:
1919
options:
2020
docstring_style: google
2121
heading_level: 2
22+
line_length: 50
2223
members_order: source
24+
separate_signature: true
25+
show_signature_annotations: true
26+
signature_crossrefs: true
2327
show_source: false
2428
show_root_heading: true
2529

0 commit comments

Comments
 (0)