-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
59 lines (58 loc) · 1.36 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
54
55
56
57
58
59
site_name: NBSDynamics documentation
# theme: readthedocs
theme:
name: material
language: en
icon:
logo: material/leaf
palette:
- scheme: deltares
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_toc_entry: false
show_source: true
show_signature_annotations: true
heading_level: 3
show_category_heading: false
group_by_category: false
selection:
inherited_members: false
custom_templates: templates
watch:
- src/core
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true
repo_url: https://github.com/Deltares/NBSDynamics
repo_name: deltares/nbsdynamics
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Deltares/NBSDynamics
name: Source code
copyright: Copyright © 2021 Deltares
extra_css:
- stylesheets/extra.css