-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (77 loc) · 1.98 KB
/
mkdocs.yml
File metadata and controls
80 lines (77 loc) · 1.98 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: Garden-AI Docs
repo_url: https://github.com/Garden-AI/garden
edit_uri: edit/main/docs/
nav:
- Overview: index.md
- Publishing with Modal: user_guide/publishing/modal-publishing.md
- CLI Reference: CLI.md
- API Reference: api-docs.md
- Developer Guide: developer_guide/contributing.md
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
primary: green
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
toggle:
icon: material/brightness-4
name: Switch to system preference
favicon: assets/favicon.ico
logo: assets/favicon.ico
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- navigation.expand
- navigation.paths
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
- search.highlight
plugins:
- search
- autorefs
- callouts
- mkdocstrings:
handlers:
python:
options:
heading_level: 3
docstring_section_style: table
show_source: false
show_signature_annotations: true
separate_signature: true
signature_crossrefs: true
line_length: 150
group_by_category: true
show_category_heading: false
show_root_heading: true
show_root_toc_entry: true
show_object_full_path: true
show_bases: false
markdown_extensions:
- toc:
permalink:
- nl2br
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets