-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (65 loc) · 1.67 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
60
61
62
63
64
65
66
67
68
69
70
site_name: MultiMNO
repo_name: MultiMNO
repo_url: https://github.com/eurostat/multimno
theme:
name: "material"
features:
- toc.integrate
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search # Search bar
- section-index # Section tree
- mkdocs-nav-weight:
warning: true
# ---------- Generate mkdocs ----------
- gen-files:
scripts:
- resources/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://spark.apache.org/docs/latest/api/python/objects.inv
paths: [multimno]
# ---------- Doc Versioning ---------
- mike:
canonical_version: latest
extra:
version:
provider: mike
markdown_extensions:
# ---------- Collapsible blocks ----------
- admonition
- pymdownx.details
- pymdownx.superfences
# ---------- mermaid ----------
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Pipeline: pipeline.md
- Reference: reference/
- System Requirements: system_requirements.md
- License: LICENSE.md
- User Manual: UserManual/
- Dev Guide: DevGuide/
# - Code quality: autodoc/code_quality_report.md
- Test Report: autodoc/test_report.md
# - Coverage: autodoc/coverage