generated from astariul/pytere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (54 loc) · 1.11 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
site_name: Gibbs
repo_url: "https://github.com/astariul/gibbs"
repo_name: "astariul/gibbs"
theme:
name: material
custom_dir: docs/mkdocs
logo: "assets/skull.svg"
favicon: "assets/skull.svg"
features:
- navigation.sections
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- attr_list
- pymdownx.highlight
- pymdownx.superfences
nav:
- Welcome: "index.md"
- "usage.md"
- "examples.md"
- "architecture.md"
- "advanced.md"
- "code_ref.md"
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_heading: True
show_root_full_path: False
members_order: source
extra:
generator: false
version:
provider: mike
extra_css:
- css/mkdocstrings.css