-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (53 loc) · 1.2 KB
/
mkdocs.yml
File metadata and controls
59 lines (53 loc) · 1.2 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
site_name: "ClimaNet"
repo_url: https://github.com/ESMValGroup/ClimaNet/
repo_name: ClimaNet
nav:
- Introduction: index.md
- Examples: examples.md
- API Reference:
- st_encoder_decoder.py: api/st_encoder_decoder.md
- utils.py: api/utils.md
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: blue
accent: white
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: black
accent: pink
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.tabs
plugins:
- include-markdown
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
docstring_options:
ignore_init_summary: no
merge_init_into_class: yes
show_submodules: no
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
extra:
generator: false
version:
provider: mike