-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
46 lines (46 loc) · 979 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
34
35
36
37
38
39
40
41
42
43
44
45
46
site_name: pysesameos2
site_url: https://pysesameos2.readthedocs.io/
repo_url: https://github.com/mochipon/pysesameos2
repo_name: pysesameos2
strict: true
extra_css:
- styles/override.css
extra_javascript:
- "https://code.jquery.com/jquery-3.6.0.min.js"
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Modules: api.md
- Contributing: contributing.md
theme:
name: material
language: en
palette:
scheme: slate
primary: teal
accent: purple
icon:
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.tabs
- navigation.instant
- navigation.tabs.sticky
markdown_extensions:
- attr_list
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- toc:
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
- meta
plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
watch:
- pysesameos2