-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
55 lines (52 loc) · 1.27 KB
/
mkdocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: Wito Documentation
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.indexes
- content.code.copy
- content.code.annotate
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [.]
options:
show_source: true
show_root_heading: true
show_category_heading: true
show_submodules: true
docstring_style: google
docstring_section_style: spacy
heading_level: 3
show_if_no_docstring: false
inherited_members: true
members_order: source
separate_signature: true
unwrap_annotated: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
nav:
- Home: index.md
- Reference:
- Interface: reference/wito/interface.md
- Configuration:
- Settings: reference/configuration/settings.md