docs: switch to zensical (#1354)

This commit is contained in:
William Woodruff 2025-11-22 22:46:05 -05:00 committed by GitHub
parent a2c5cf48f2
commit 6598a88708
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 147 additions and 801 deletions

View file

@ -4,11 +4,11 @@ all:
.PHONY: site
site:
uv run --only-group docs mkdocs build
uv run --only-group docs zensical build
.PHONY: site-live
site-live:
uv run --only-group docs mkdocs serve
uv run --only-group docs zensical serve
.PHONY: snippets
snippets: trophies sponsors

View file

@ -8,11 +8,11 @@ build-backend = "maturin"
name = "zizmor"
dynamic = ["version", "description", "readme", "urls", "authors", "license"]
# Arbitrarily set to the oldest non-EOL Python.
requires-python = ">=3.9"
requires-python = ">=3.10"
[tool.maturin]
bindings = "bin"
manifest-path = "crates/zizmor/Cargo.toml"
[dependency-groups]
docs = ["mkdocs ~= 1.6", "mkdocs-material[imaging] ~= 9.5"]
docs = ["zensical"]

940
uv.lock generated

File diff suppressed because it is too large Load diff