Skip to content

Commit 051a4ce

Browse files
committed
fix mkdocs
1 parent cc498b7 commit 051a4ce

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@ plugins:
3434
default_handler: python
3535
handlers:
3636
python:
37-
selection:
37+
options:
3838
docstring_style: numpy
39-
inherited_members: true
40-
rendering:
41-
docstring_section_style: spacy
4239
show_signature_annotations: true
40+
separate_signature: true
41+
inherited_members: true
4342
show_source: false
44-
watch:
45-
- ravyapi
4643

4744
markdown_extensions:
4845
- admonition

0 commit comments

Comments
 (0)