diff --git a/poetry.lock b/poetry.lock index 712ee0d..0c4995e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2512,18 +2512,18 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pyt [[package]] name = "sphinx-rtd-theme" -version = "1.3.0" +version = "2.0.0" description = "Read the Docs theme for Sphinx" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +python-versions = ">=3.6" files = [ - {file = "sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl", hash = "sha256:46ddef89cc2416a81ecfbeaceab1881948c014b1b6e4450b815311a89fb977b0"}, - {file = "sphinx_rtd_theme-1.3.0.tar.gz", hash = "sha256:590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931"}, + {file = "sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl", hash = "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"}, + {file = "sphinx_rtd_theme-2.0.0.tar.gz", hash = "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b"}, ] [package.dependencies] -docutils = "<0.19" -sphinx = ">=1.6,<8" +docutils = "<0.21" +sphinx = ">=5,<8" sphinxcontrib-jquery = ">=4,<5" [package.extras] @@ -3104,4 +3104,4 @@ tests = ["aiohttp", "gensim", "nest-asyncio", "nest_asyncio", "numpy", "pandas", [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "ddfb9fb358535d3f47a7a9c3844dd11c915b7782ee0abaeb8ec499287cc6fefb" +content-hash = "e310ed7156beea1dd718d58b12da6aa096ad990c149497ae0154a78f82c7ff69" diff --git a/pyproject.toml b/pyproject.toml index 286aebc..eee775c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pytest = "^7.2.0" pytest-cov = "^4.0.0" sphinx = ">=5.2.3,<8.0.0" sphinx-autodoc-typehints = "^1.19.2" -sphinx-rtd-theme = "^1.0.0" +sphinx-rtd-theme = ">=1,<3" sphinxcontrib-apidoc = ">=0.3,<0.5" towncrier = ">=22.12,<24.0" tox = "^4.4.6"