docs: update command

Removes the update command from the setup command.

This is required because versions now are not strictly pinned in the poetry.lock file since Sphinx ScyllaDB Theme 1.8.

Closes scylladb/scylladb#20876
This commit is contained in:
David Garcia
2024-09-29 18:04:54 +01:00
committed by Botond Dénes
parent cdd0c0b7fc
commit b94fbbf30c

View File

@@ -32,6 +32,9 @@ setupenv:
.PHONY: setup
setup:
$(POETRY) install
.PHONY: update
update:
$(POETRY) update
# Clean commands