-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (36 loc) · 875 Bytes
/
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
site_name: pyvint documentation
nav:
- Home: index.md
- API: api.md
repo_name: osoken/pyvint
repo_url: https://github.com/osoken/pyvint
plugins:
- search
- mkdocstrings:
default_handler: python
- include-markdown
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: "material"
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: "light blue"
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: "indigo"
features:
- content.code.copy