-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
51 lines (45 loc) · 1016 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
41
42
43
44
45
46
47
48
49
50
site_name: Reciprocal Space Distributions
site_url: https://rs-station.github.io/distributions/
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
plugins:
- autorefs
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
defautl_handler: python
handlers:
python:
paths: [src]
markdown_extensions:
- callouts
- pymdownx.superfences
- pymdownx.snippets
nav:
- Home:
- Overview: index.html
- Api: reference/rs_distributions/