-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (45 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
50 lines (45 loc) · 1.04 KB
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: labrat
site_author: Shaurita Hutchins
copyright: Copyright © 2025 Shaurita Hutchins
site_url: !ENV READTHEDOCS_CANONICAL_URL
nav:
- Home: index.md
- Installation: installation.md
- CLI Reference: cli.md
- API Reference: api.md
theme:
name: material
features:
- navigation.expand
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
repo_url: https://github.com/sdhutchins/labrat
repo_name: sdhutchins/labrat
markdown_extensions:
- admonition
- smarty
- attr_list
- mkdocs-click
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [labrat]