-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (42 loc) · 892 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
site_name: Chronicler
site_author: Jacob Hilker
repo_url: https://gitlab.com/jhilker/chroniclerCK3/
edit_uri: blob/main/docs
nav:
- Home: index.md
- Installation: install.md
- Configuration: config.md
- Usage: usage.md
- Contribute: contribute.md
theme:
name: "material"
palette:
scheme: slate
primary: light blue
accent: amber
plugins:
- search
#- pdf-export:
# combined: true
# combined_output_path: "docs.pdf"
- with-pdf:
cover_subtitle: ""
toc_title: "Table of Contents"
output_path: "docs.pdf"
copyright: "© 2021 Jacob Hilker"
custom_template_path: "docs/templates"
- exclude:
glob:
- "scripts/*"
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
custom_templates: templates
watch:
- chronicler
extra:
version:
provider: mike