diff --git a/site/Makefile b/site/Makefile index 8cd870a..62c7e2b 100644 --- a/site/Makefile +++ b/site/Makefile @@ -54,6 +54,7 @@ linkcheck: setup .PHONY: multiversion multiversion: setup + git diff --quiet || >&2 echo "\033[31;1;4mWARNING: Uncommitted changes will not be included in ./_build\033[0m" @mkdir -p $(HOME)/.cache/pypoetry/virtualenvs $(POETRY) run sphinx-multiversion source $(BUILDDIR)/dirhtml @echo