Adding upstream version 0.55+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8090869090
commit
902976bf20
14 changed files with 197 additions and 66 deletions
12
Makefile
12
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue