Related issue scylladb/sphinx-scylladb-theme#395 ScyllaDB Sphinx Theme 1.2 is now released partying_face We’ve added automatic checks for broken links and introduced numerous UI updates. You can read more about all notable changes here. Closes #10313
22 lines
482 B
TOML
22 lines
482 B
TOML
[tool.poetry]
|
|
name = "scylla"
|
|
description = "Scylla Documentation"
|
|
version = "4.3.0"
|
|
authors = ["ScyllaDB Contributors"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
pyyaml = "6.0"
|
|
pygments = "2.2.0"
|
|
recommonmark = "0.7.1"
|
|
sphinx-scylladb-theme = "~1.2.1"
|
|
sphinx-sitemap = "2.2.0"
|
|
sphinx-autobuild = "2021.3.14"
|
|
Sphinx = "4.3.2"
|
|
sphinx-multiversion-scylla = "~0.2.10"
|
|
sphinx-markdown-tables = "0.0.15"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|