-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (50 loc) · 1.09 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
site_name: "Snakes on a Plane: Getting Python to Users"
repo_url: https://github.com/sonotley/cookiecutter-snoap
copyright: Copyright © 2021 Simon Notley
theme:
name: material
logo: assets/so.png
favicon: assets/so.png
features:
- navigation.instant
- content.code.annotate
font:
text: Merriweather
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: amber
accent: amber
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: amber
accent: amber
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/simonnotley/
- icon: fontawesome/brands/github
link: https://github.com/sonotley
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- attr_list
nav:
- index.md
- tldr.md
- dev.md
- write-tests.md
- run-tests.md
- package.md
- install.md
- versions.md
- docs.md
- jenkins.md
- others.md
- future.md