-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (39 loc) · 1.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
43 lines (39 loc) · 1.09 KB
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
site_name: Modern Python
site_url: https://modern-python.org/
site_description: Open-source templates and libraries for building production-ready Python applications.
repo_url: https://github.com/modern-python
repo_name: modern-python
# Repo-internal docs that must not be published to the public site.
exclude_docs: |
superpowers/
DEPLOYMENT.md
theme:
name: material
custom_dir: overrides
logo: assets/modern-python-white.svg
favicon: assets/modern-python-mark.svg
features:
- navigation.instant
- navigation.top
- search.suggest
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg