-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
33 lines (33 loc) · 958 Bytes
/
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
site_name: 🧶 Disent Docs
repo_url: https://github.com/nmichlo/disent
repo_name: nmichlo/disent
theme:
name: material
palette:
scheme: default
primary: pink
icon:
repo: fontawesome/brands/github
logo: material/library
favicon: images/favicon.png
plugins:
- search
- mkdocstrings # reference functions and code in markdown `::: module.class.func`
- git-revision-date-localized: # visible last edit date on each page
type: date
fallback_to_build_date: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.arithmatex:
generic: true
# THE !! CURRENTLY BREAKS READTHEDOCS
# https://github.com/readthedocs/readthedocs.org/issues/7865
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg