-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
37 lines (33 loc) · 920 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
site_name: setuptools-pipfile
site_url: https://setuptools-pipfile.readthedocs.io
site_author: asyncon
site_description: Dependency management via Pipfile
repo_name: asyncon/setuptools-pipfile
repo_url: https://github.com/asyncon/setuptools-pipfile
edit_uri: ""
copyright: Copyright © 2019 - 2022 asyncon
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: orange
media: "(prefers-color-scheme: light)"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: deep orange
accent: blue
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- meta
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true