-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (72 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: Dikes for dummies documentation
theme:
name: material
font:
text: Roboto
language: en
icon:
logo: fontawesome/solid/house-tsunami
palette:
- scheme: dummies
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
plugins:
- search
- autorefs
- with-pdf:
debug_html: true
verbose: false
author: Carles S. Soriano Perez
exclude_pages:
- 'changelog.html'
- 'reference/'
output_path: ..\dikesfordummies_manual.pdf
cover_title: Dikes For Dummies
cover_subtitle: A Python Object Oriented course.
custom_template_path: docs\with_pdf_templates\
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_toc_entry: false
show_source: true
show_signature_annotations: true
heading_level: 3
show_category_heading: false
group_by_category: false
selection:
inherited_members: false
# custom_templates: templates
use_directory_urls: false
watch:
- dikesfordummies/
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true
repo_url: https://github.com/Carsopre/dikes-for-dummies
repo_name: carsopre/dikes-for-dummies
extra:
authoremail: [email protected]
social:
- icon: fontawesome/brands/github
link: https://github.com/Carsopre/dikes-for-dummies
name: Source code
copyright: Copyright © 2022 Carsopre
extra_css:
- github/styles.css