-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.18 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
51
52
53
site_name: CAROLINE Download
repo_url: https://github.com/TUDelftGeodesy/caroline-download
repo_name: caroline_download
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: blue
accent: white
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: black
accent: pink
features:
- navigation.instant
#- navigation.tabs
#- navigation.tabs.sticky
- content.code.copy
nav:
- About: index.md
- Installation: installation.md
- Usage: usage.md
- Howto: howto.md
- API Reference: api_reference.md
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
docstring_options:
ignore_init_summary: no
merge_init_into_class: yes
show_submodules: no
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list