1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

updated deps

This commit is contained in:
Bastian Venthur
2023-06-16 10:06:47 +02:00
parent d6ed2d71d5
commit 19b41f73f8
4 changed files with 19 additions and 5 deletions

View File

@@ -48,6 +48,11 @@ test-release: $(VENV) build
release: $(VENV) build
$(BIN)/twine upload dist/*
.PHONY: update-pygmentize
update-pygmentize: $(VENV)
$(BIN)/pygmentize -f html -S default > blag/static/code-light.css
$(BIN)/pygmentize -f html -S monokai > blag/static/code-dark.css
.PHONY: docs
docs: $(VENV)
$(BIN)/sphinx-build $(DOCS_SRC) $(DOCS_OUT)