generated from Vodes/Mkdocs-JET-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (46 loc) · 1.08 KB
/
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
50
site_name: Kaleido Fansubbing Management Guide
site_description: A guide to creating and managing fansubbing projects.
site_author: LightArrowsEXE
site_url: https://example.com
repo_url: https://github.com/Kaleido-subs/fansub-git-guide
theme:
name: material
language: en
palette:
primary: purple
accent: indigo
scheme: slate
features:
- content.code.copy
- content.code.select
- navigation.expand
nav:
- Home: index.md
- Project Repostiory:
- Git:
- Project Repository Setup: git/setup.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:
- admonition
- 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