mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
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
21 lines
480 B
TOML
21 lines
480 B
TOML
[project]
|
|
name = "scylla"
|
|
description = "ScyllaDB Documentation"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"pygments>=2.18.0",
|
|
"redirects_cli>=0.1.3",
|
|
"sphinx-scylladb-theme>=1.9.2",
|
|
"sphinx-sitemap>=2.9.0",
|
|
"sphinx-autobuild>=2025.08.25",
|
|
"sphinx>=9.0",
|
|
"sphinx-multiversion-scylla>=0.3.8",
|
|
"sphinxcontrib-datatemplates>=0.9.2",
|
|
"sphinx-scylladb-markdown>=0.1.4",
|
|
"sphinx_collapse>=0.1.3",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|