We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc498b7 commit 051a4ceCopy full SHA for 051a4ce
1 file changed
mkdocs.yml
@@ -34,15 +34,12 @@ plugins:
34
default_handler: python
35
handlers:
36
python:
37
- selection:
+ options:
38
docstring_style: numpy
39
- inherited_members: true
40
- rendering:
41
- docstring_section_style: spacy
42
show_signature_annotations: true
+ separate_signature: true
+ inherited_members: true
43
show_source: false
44
- watch:
45
- - ravyapi
46
47
markdown_extensions:
48
- admonition
0 commit comments