Skip to content

Commit

Permalink
fix(docs): merge_init_into_class was not good indented
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Feb 25, 2025
1 parent a6a8d9a commit 54502d5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,17 @@ plugins:
handlers:
python:
options:
docstring_options:
ignore_init_summary: false
trim_doctest_flags: true
docstring_style: google
find_stubs_package: true
heading_level: 3
ignore_init_summary: false
show_bases: true
show_inheritance_diagram: true
show_root_heading: true
show_source: false
merge_init_into_class: true
paths: [.]
show_root_heading: true
merge_init_into_class: true

- privacy:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_PRIVACY, true]
Expand Down

0 comments on commit 54502d5

Please sign in to comment.