Skip to content

Commit afbe5d1

Browse files
committed
Docs: Add make build target
1 parent 9eb5920 commit afbe5d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ html: .venv/bin/python ## Build html
5454
@echo
5555
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5656

57+
.PHONY: build
58+
build: html ## Build html
59+
5760
.PHONY: livehtml
5861
livehtml: .venv/bin/python ## Rebuild Sphinx documentation on changes, with live-reload in the browser
5962
@uv run sphinx-autobuild \

0 commit comments

Comments
 (0)