1
0
Fork 0

Adding upstream version 0.55+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-16 09:02:47 +02:00
parent 8090869090
commit 902976bf20
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 197 additions and 66 deletions

View file

@ -19,3 +19,15 @@ coverage:
.PHONY: types
types:
uv run pyright src/jinjax
.PHONY: docs
docs:
cd docs && uv run python docs.py
.PHONY: docs-build
docs-build:
cd docs && uv run python docs.py build
.PHONY: docs-deploy
docs-deploy:
cd docs && uv run sh deploy.sh