-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (44 loc) · 971 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
47
48
49
site_name: VS Mkdocs Template
site_description: wowie
site_author: wowie
site_url: https://vodes.github.io/Mkdocs-JET-Template/
repo_url: https://github.com/Vodes/Mkdocs-VS-Template
theme:
name: material
language: en
palette:
primary: purple
accent: indigo
scheme: slate
features:
- content.code.copy
- content.code.select
extra:
version:
provider: mike
nav:
- Home: index.md
plugins:
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
docstring_style: "sphinx"
show_symbol_type_heading: true
show_symbol_type_toc: true
markdown_extensions:
- footnotes
- tables
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
pygments_style: "one-dark"
noclasses: true
linenums: true
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences