fix lockfile and remove setup dependency from multiversion make step (#352)

This commit is contained in:
Lucy C
2023-04-06 13:33:03 -06:00
committed by GitHub
parent 6ffcfeedcb
commit 41c0f8505e
2 changed files with 5 additions and 405 deletions

View File

@@ -54,7 +54,7 @@ linkcheck: setup
$(SPHINXBUILD) -b linkcheck $(SOURCEDIR) $(BUILDDIR)/linkcheck
.PHONY: multiversion
multiversion: setup
multiversion:
npm --prefix ../sphinx-scylladb-theme run build
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