mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
fix lockfile and remove setup dependency from multiversion make step (#352)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user