-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
42 lines (36 loc) · 962 Bytes
/
Copy pathzensical.toml
File metadata and controls
42 lines (36 loc) · 962 Bytes
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
[project]
site_name = "Common Python Tasks"
site_description = "Opinionated Poe the Poet tasks for Python package development"
site_url = "https://ci-sourcerer.github.io/common-python-tasks/"
repo_name = "ci-sourcerer/common-python-tasks"
repo_url = "https://github.com/ci-sourcerer/common-python-tasks"
[project.extra.version]
provider = "mike"
default = ["latest", "dev"]
[project.plugins.mike]
alias_type = "redirect"
[project.theme]
features = [
"navigation.sections",
"navigation.expand",
"navigation.top",
"content.code.copy",
"toc.follow",
]
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
primary = "blue grey"
accent = "cyan"
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
primary = "blue grey"
accent = "cyan"
[project.markdown_extensions]
admonition = {}
attr_list = {}
md_in_html = {}
pymdownx.highlight = {}
pymdownx.inlinehilite = {}
pymdownx.superfences = {}