Yaniv Michael Kaul
fbf5be5587
docs: update Python deps
...
Ran 'make update' to get the latest version of all dependencies needed to build docs.
Tested with 'make test' only.
Signed-off-by: Yaniv Kaul <yaniv.kaul@scylladb.com >
AI-Assisted: no, to my surprise.
Backport: not sure.
Closes scylladb/scylladb#29909
2026-05-18 15:45:59 +03:00
dependabot[bot]
d584e8e321
build(deps): bump sphinx-scylladb-theme from 1.9.1 to 1.9.2 in /docs
...
Bumps [sphinx-scylladb-theme](https://github.com/scylladb/sphinx-scylladb-theme ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/scylladb/sphinx-scylladb-theme/releases )
- [Commits](https://github.com/scylladb/sphinx-scylladb-theme/compare/1.9.1...1.9.2 )
---
updated-dependencies:
- dependency-name: sphinx-scylladb-theme
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Closes scylladb/scylladb#29476
2026-04-15 14:57:37 +03:00
dependabot[bot]
280ffe107f
build(deps): bump sphinx-multiversion-scylla in /docs
...
Bumps [sphinx-multiversion-scylla](https://holzhaus.github.io/sphinx-multiversion/ ) from 0.3.7 to 0.3.8.
---
updated-dependencies:
- dependency-name: sphinx-multiversion-scylla
dependency-version: 0.3.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Closes scylladb/scylladb#29466
2026-04-15 14:40:15 +03:00
David
79f9967eaa
docs: update theme 1.9
...
Motivation
Upgrades Sphinx to 9.x, MyST Parser to 5.x, Python to 3.11+–3.14, Node.js to 22, and replaces Poetry with uv for dependency management.
Changelog: https://github.com/scylladb/sphinx-scylladb-theme/blob/master/docs/source/upgrade/CHANGELOG.md#190---26-february-2026
How to test
* Make sure you are using Python 3.11-3.14:
* python --version
* Install uv:
* make setupenv
* Build the docs:
* make preview
* Docs should render without errors at http://127.0.0.1:5500
Closes scylladb/scylladb#28971
2026-03-11 16:56:51 +02:00