scylladb / cpp-driver

Scylla C/C++ Driver
25 stars 25 forks source link

docs: update command #99

Closed dgarcia360 closed 2 months ago

dgarcia360 commented 2 months ago

Related issue https://github.com/scylladb/sphinx-scylladb-theme/issues/849

Separates the update command from the setup command.

This is required because versions now are not strictly pinned in the pyproject.toml file since Sphinx ScyllaDB Theme 1.8. This change makes sure that the versions defined in the poetry.lock file committed to the repository are the ones used for production builds.

How to test

  1. Build the docs locally with make preview.
  2. Check poetry.lock dependencies are not updated.