-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
119 lines (109 loc) · 2.47 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: Confit
repo_url: https://github.com/aphp/confit
# repo_name: algorithms/pseudonymisation
theme:
language: en
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode
logo: assets/logo/logo.png
favicon: assets/logo/logo.png
features:
- navigation.tracking
- navigation.indexes
- content.code.annotate
nav:
- getting-started.en.md
- index.en.md
- alternatives.md
- Code Reference: reference/
- contributing.md
- changelog.md
- roadmap.md
extra_css:
- assets/stylesheets/extra.css
- assets/termynal/termynal.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
- assets/termynal/termynal.js
watch:
- contributing.md
- roadmap.md
- changelog.md
- confit
extra:
alternate:
- name: English
link: ./en/
lang: en
- name: Français
link: ./fr/
lang: fr
version:
provider: mike
hooks:
- docs/scripts/plugin.py
plugins:
- search
- bibtex:
bib_file: "docs/references.bib"
- autorefs
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
docstring_section_style: spacy
heading_level: 2
members_order: source
show_root_toc_entry: false
- glightbox:
touchNavigation: true
loop: false
effect: none
width: 100%
height: auto
zoomable: true
draggable: true
- i18n:
default_language: en
docs_structure: suffix
languages:
en:
name: English
build: true
fr:
name: Français
build: true
nav_translations:
fr:
Alternatives & Comparison: Alternatives & Comparaisons
Configuration system: Système de configuration
Getting started: Mise en route
- mike
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- footnotes
- md_in_html
- attr_list
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg