forked from mkdocstrings/mkdocstrings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (40 loc) · 1.04 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
site_name: "mkdocstrings"
site_description: "Automatic documentation from sources, for MkDocs."
site_url: "https://pawamoy.github.io/mkdocstrings"
repo_url: "https://github.com/pawamoy/mkdocstrings"
repo_name: "pawamoy/mkdocstrings"
nav:
- Overview: index.md
- Handlers:
- Overview: handlers/overview.md
- Python: handlers/python.md
- Reference:
- handlers:
- __init__.py: reference/handlers/__init__.md
- python.py: reference/handlers/python.md
- extension.py: reference/extension.md
- plugin.py: reference/plugin.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- Code of Conduct: code_of_conduct.md
- Changelog: changelog.md
- Credits: credits.md
- License: license.md
theme:
name: material
extra_css:
- css/mkdocstrings.css
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.emoji
- toc:
permalink: "¤"
plugins:
- search
- mkdocstrings:
watch:
- src/mkdocstrings