Skip to content

Commit 54502d5

Browse files
committed
fix(docs): merge_init_into_class was not good indented
1 parent a6a8d9a commit 54502d5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

mkdocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,17 @@ plugins:
9191
handlers:
9292
python:
9393
options:
94+
docstring_options:
95+
ignore_init_summary: false
96+
trim_doctest_flags: true
9497
docstring_style: google
98+
find_stubs_package: true
9599
heading_level: 3
96-
ignore_init_summary: false
100+
show_bases: true
101+
show_inheritance_diagram: true
102+
show_root_heading: true
97103
show_source: false
98-
merge_init_into_class: true
99-
paths: [.]
100-
show_root_heading: true
104+
merge_init_into_class: true
101105

102106
- privacy:
103107
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_PRIVACY, true]

0 commit comments

Comments
 (0)