-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
69 lines (65 loc) · 1.59 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
site_name: My Docs
repo_url: https://github.com/FrancescoSaverioZuppichini/Modern-Python-Doc-Example
edit_uri: edit/main/docs
site_author: Francesco Zuppichini
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: purple
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- search.suggest
- search.highlight
- content.tabs.link
nav:
- Docs: index.md
- Getting Started: getting_started.md
- Math: math.md
- Code: code.md
- Terminal: terminal.md
- CI/CD: ci_cd.md
- Code Reference: reference/
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py #
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
watch:
- src/
markdown_extensions:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra_css:
- css/termynal.css
extra_javascript:
- javascript/termynal.js
- javascript/custom.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js