-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yaml
91 lines (82 loc) · 1.97 KB
/
mkdocs.yaml
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
site_name: Komm
site_url: https://komm.dev/
repo_url: https://github.com/rwnobrega/komm/
docs_dir: site/docs
site_dir: site/build
watch:
- src/komm/
- site/
extra_css:
- css/katex.css
- css/markdown.css
- css/mkdocs.css
- css/mkdocstrings.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
extra_javascript:
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
hooks:
- site/tidy_html.py
validation:
links:
absolute_links: ignore
unrecognized_links: ignore
plugins:
- search
- gen-files:
scripts:
- site/gen_pages.py
- literate-nav:
nav_file: nav.md
tab_length: 2
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
- mkdocstrings:
custom_templates: site/templates
handlers:
python:
options:
show_bases: false
# show_root_heading: true
show_root_full_path: false
show_root_toc_entry: false
show_source: false
docstring_section_style: list
members_order: source
group_by_category: false
show_signature: false
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
# - navigation.sections
- navigation.indexes
- navigation.footer
# - toc.integrate
- hide:
- navigation
markdown_extensions:
- abbr
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.snippets:
auto_append:
- site/includes/acronyms.md
- site/includes/bibliography.md
- tables