-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
66 lines (61 loc) · 1.52 KB
/
mkdocs.yml
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
56
57
58
59
60
61
62
63
64
65
66
site_name: "mostlyai-qa"
site_url: "https://mostly-ai.github.io/mostlyai-qa/"
repo_url: "https://github.com/mostly-ai/mostlyai-qa"
repo_name: "mostly-ai/mostlyai-qa"
theme:
name: material
logo: logo.png
favicon: favicon.png
font:
text: Lato
features:
- navigation.top
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- content.code.select
- content.code.copy
- navigation.footer
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-2
name: Switch to light mode
nav:
- Getting started: index.md
- API Reference: api.md
- Examples: examples.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
heading_level: 3
show_root_toc_entry: false
show_root_heading: false
show_object_full_path: true
show_bases: false
show_docstring: true
show_source: false
show_signature: true
separate_signature: true
show_docstring_examples: true
docstring_section_style: table
extensions:
- griffe_fieldz
docstring_style: google
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true