-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (26 loc) · 748 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
31 lines (26 loc) · 748 Bytes
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
site_name: PYTHON-LIB-TEMPLATE
site_description: Simple template for python libs with poetry and mkdocs.
site_url: https://obendidi.github.io/python-lib-template
repo_name: obendidi/python-lib-template
repo_url: https://github.com/obendidi/python-lib-template
edit_uri: ""
theme:
name: "material"
nav:
- Introduction: "index.md"
markdown_extensions:
- admonition
- codehilite:
css_class: highlight
- mkautodoc
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
extra_css:
- css/custom.css