diff --git a/docs/poetry.lock b/docs/poetry.lock index 1625f8b1f2..185a1f2480 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -856,13 +856,13 @@ sphinx-markdown-tables = "0.0.17" [[package]] name = "sphinx-scylladb-theme" -version = "1.8.4" +version = "1.8.5" description = "A Sphinx Theme for ScyllaDB documentation projects" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "sphinx_scylladb_theme-1.8.4-py3-none-any.whl", hash = "sha256:a3463ca22bce1cc55b2b88538dc62fae7421d15d99e67784707737fe8efdd371"}, - {file = "sphinx_scylladb_theme-1.8.4.tar.gz", hash = "sha256:9625e4f6749788034cca76b411a5a7d4e00b914ef542db277619ea109892d93a"}, + {file = "sphinx_scylladb_theme-1.8.5-py3-none-any.whl", hash = "sha256:92aa5298d9586609c2405f3d6a24079eb6f765da78ac8abd3f04171c7b24a369"}, + {file = "sphinx_scylladb_theme-1.8.5.tar.gz", hash = "sha256:1f80ab33646be2b49b0dec9a6b40adf660bb84278d3e9be9f637d34dcc495576"}, ] [package.dependencies] @@ -1326,4 +1326,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "51424b3e2ac20c38202deb97422b8995aad50ad4b11676d94d4fbd5e17380043" +content-hash = "30ecc81a20ff0aad615fe3f6bd88d59a3ef44c9b8007674d5928f8c2473b5ef2" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 1817470053..4fd1c1be10 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false python = "^3.10" pygments = "^2.18.0" redirects_cli ="^0.1.3" -sphinx-scylladb-theme = "^1.8.4" +sphinx-scylladb-theme = "^1.8.5" sphinx-sitemap = "^2.6.0" sphinx-autobuild = "^2024.4.19" Sphinx = "^7.3.7"