mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
document initial build process and update packages
This commit is contained in:
@@ -27,7 +27,7 @@ clean:
|
||||
rm -rf $(BUILDDIR)/*
|
||||
|
||||
.PHONY: preview
|
||||
preview: setup
|
||||
preview:
|
||||
npm --prefix ../sphinx-scylladb-theme run build
|
||||
$(POETRY) run sphinx-autobuild -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml --port 5500
|
||||
|
||||
|
||||
@@ -8,5 +8,4 @@ fi
|
||||
which python3 || { echo "Failed to find python3. Try installing Python for your operative system: https://www.python.org/downloads/" && exit 1; }
|
||||
which poetry || curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
poetry install
|
||||
poetry update
|
||||
poetry install
|
||||
Reference in New Issue
Block a user