mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
docs: switch to zensical (#1354)
This commit is contained in:
parent
a2c5cf48f2
commit
6598a88708
3 changed files with 147 additions and 801 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue