mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
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:
committed by
Botond Dénes
parent
cdd0c0b7fc
commit
b94fbbf30c
@@ -32,6 +32,9 @@ setupenv:
|
||||
.PHONY: setup
|
||||
setup:
|
||||
$(POETRY) install
|
||||
|
||||
.PHONY: update
|
||||
update:
|
||||
$(POETRY) update
|
||||
|
||||
# Clean commands
|
||||
|
||||
Reference in New Issue
Block a user