chore(deps): bump sphinx-rtd-theme from 2.0.0 to 3.0.0 (#319)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-13 20:23:58 -05:00 committed by GitHub
parent 46bc3304a3
commit f30bc57bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@ -869,22 +869,22 @@ test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"]
[[package]]
name = "sphinx-rtd-theme"
version = "2.0.0"
version = "3.0.0"
description = "Read the Docs theme for Sphinx"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.8"
files = [
{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"},
{file = "sphinx_rtd_theme-3.0.0-py2.py3-none-any.whl", hash = "sha256:1ffe1539957775bfa0a7331370de7dc145b6eac705de23365dc55c5d94bb08e7"},
{file = "sphinx_rtd_theme-3.0.0.tar.gz", hash = "sha256:905d67de03217fd3d76fbbdd992034ac8e77044ef8063a544dda1af74d409e08"},
]
[package.dependencies]
docutils = "<0.21"
sphinx = ">=5,<8"
docutils = ">0.18,<0.22"
sphinx = ">=6,<9"
sphinxcontrib-jquery = ">=4,<5"
[package.extras]
dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"]
dev = ["bump2version", "transifex-client", "twine", "wheel"]
[[package]]
name = "sphinxcontrib-applehelp"
@ -1063,4 +1063,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "96d3097bc5b34fe1b9ca2f231552e330ca366552cd2a83450a867d68e332d52a"
content-hash = "2aa7a64c087b382d96eaf74d035d9f8e6b7df01b0462bce5b4a8396a645bab24"

View File

@ -38,7 +38,7 @@ python = "^3.8"
[tool.poetry.group.docs.dependencies]
myst-parser = ">=0.18,<3.1"
sphinx = ">=5.1.1,<8.0.0"
sphinx-rtd-theme = ">=1,<3"
sphinx-rtd-theme = ">=1,<4"
sphinxcontrib-asyncio = "^0.3.0"
sphinxcontrib-fulltoc = "^1.2.0"