-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (44 loc) · 1.04 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
site_name: autoignition
repo_name: VasuLab/autoignition
repo_url: https://github.com/VasuLab/autoignition
nav:
- index.md
theme:
name: material
font:
code: Consolas
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: orange
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- mkdocstrings:
handlers:
python:
options:
members_order: source
merge_init_into_class: true
heading_level: 1
show_signature_annotations: true
show_root_heading: true
show_root_full_path: false
show_source: false
markdown_extensions:
- admonition
watch:
- autoignition
extra_css:
- css/mkdocstrings.css