We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb5920 commit afbe5d1Copy full SHA for afbe5d1
docs/Makefile
@@ -54,6 +54,9 @@ html: .venv/bin/python ## Build html
54
@echo
55
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
56
57
+.PHONY: build
58
+build: html ## Build html
59
+
60
.PHONY: livehtml
61
livehtml: .venv/bin/python ## Rebuild Sphinx documentation on changes, with live-reload in the browser
62
@uv run sphinx-autobuild \
0 commit comments