mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
updated deps
This commit is contained in:
5
Makefile
5
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user