Skip to content

Commit 240b3f6

Browse files
committed
bug: fixes for python 3.10 github actions issues
1 parent 9fc3f76 commit 240b3f6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ nightly = "minor"
130130
dependency-groups = ["dev"]
131131

132132
[tool.hatch.envs.default.env-vars]
133-
COVERAGE_CORE = "sys"
133+
COVERAGE_CORE = "pytrace"
134134
PYTHONPATH = "."
135135
PYTHON_TARGETS = "docs examples scripts src tests"
136136
GITVERSIONED__LOGGING__LEVEL = "ERROR"

zensical.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ default = "latest"
2929
variant = "modern"
3030
features = ["navigation.indexes"]
3131

32+
[[project.theme.palette]]
33+
media = "(prefers-color-scheme: light)"
34+
scheme = "default"
35+
toggle.icon = "lucide/sun"
36+
toggle.name = "Switch to dark mode"
37+
38+
[[project.theme.palette]]
39+
media = "(prefers-color-scheme: dark)"
40+
scheme = "slate"
41+
toggle.icon = "lucide/moon"
42+
toggle.name = "Switch to light mode"
43+
3244
[project.plugins.macros]
3345
module_name = "docs/scripts/macros"
3446

0 commit comments

Comments
 (0)