The number of documentation projects is significant, and updating the theme version is becoming tedious: for every project with docs, the repo maintainer has to run the command poetry update sphinx-scylladb-theme and submit a PR.
Instead, we could run the command every time the documentation project is built. poetry update will only install the latest theme version if this does not contain breaking changes.
The number of documentation projects is significant, and updating the theme version is becoming tedious: for every project with docs, the repo maintainer has to run the command
poetry update sphinx-scylladb-themeand submit a PR.Instead, we could run the command every time the documentation project is built.
poetry updatewill only install the latest theme version if this does not contain breaking changes.