-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
97 lines (97 loc) · 2.53 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: Cookiecutter Pypackage Instance
site_description: "🐍 An awesome python package by the name Cookiecutter Pypackage Instance"
site_url: "https://billsioros.github.io/cookiecutter-pypackage-instance/"
repo_url: "https://github.com/billsioros/cookiecutter-pypackage-instance"
edit_uri: "edit/master/docs/"
repo_name: "billsioros/cookiecutter-pypackage-instance"
copyright: |
Copyright © 2023-2023 <a href="https://github.com/billsioros" target="_blank" rel="noopener">Vasilis Sioros</a>
nav:
- Overview: index.md
- Code Reference:
- Cookiecutter Pypackage Instance: src/cookiecutter_pypackage_instance.md
- Contributing:
- Contributing Guidelines: CONTRIBUTING.md
- Code Of Conduct: CODE_OF_CONDUCT.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
theme:
name: material
features:
- search.suggest
- content.code.annotate
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: green
toggle:
icon: material/weather-sunny
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths:
- src
rendering:
show_source: true
options:
docstring_style: google
docstring_options:
ignore_init_summary: yes
merge_init_into_class: yes
show_submodules: no
- minify:
minify_html: true
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: ¤
- mdx_truly_sane_lists
watch:
- src/cookiecutter_pypackage_instance
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/billsioros
version:
provider: mike