Skip to content

Commit b77e2b1

Browse files
authored
Fix mkdocs (#85)
1 parent b81cd52 commit b77e2b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

si-units/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ plugins:
5858
handlers:
5959
python:
6060
paths: [src]
61-
docstring_style: google
62-
show_signature_annotations: true
6361
options:
62+
docstring_style: google
6463
find_stubs_package: true
6564
heading_level: 3
6665
show_root_heading: true
6766
show_root_full_path: false
6867
docstring_section_style: spacy
6968
merge_init_into_class: true
7069
show_docstring_description: true
70+
show_signature_annotations: true
7171
annotations_path: brief
7272
docstring_options:
7373
ignore_init_summary: false

0 commit comments

Comments
 (0)