Bump sphinx-rtd-theme from 3.0.1 to 3.0.2 (#320)

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-13 09:05:45 -05:00
committed by GitHub
parent 49c124df61
commit c467baf5ff
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -2315,13 +2315,13 @@ reference = "pypi-public"
[[package]]
name = "sphinx-rtd-theme"
version = "3.0.1"
version = "3.0.2"
description = "Read the Docs theme for Sphinx"
optional = false
python-versions = ">=3.8"
files = [
{file = "sphinx_rtd_theme-3.0.1-py2.py3-none-any.whl", hash = "sha256:921c0ece75e90633ee876bd7b148cfaad136b481907ad154ac3669b6fc957916"},
{file = "sphinx_rtd_theme-3.0.1.tar.gz", hash = "sha256:a4c5745d1b06dfcb80b7704fe532eb765b44065a8fad9851e4258c8804140703"},
{file = "sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl", hash = "sha256:422ccc750c3a3a311de4ae327e82affdaf59eb695ba4936538552f3b00f4ee13"},
{file = "sphinx_rtd_theme-3.0.2.tar.gz", hash = "sha256:b7457bc25dda723b20b086a670b9953c859eab60a2a03ee8eb2bb23e176e5f85"},
]
[package.dependencies]
@ -2834,4 +2834,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "5c3463abe95f1979a8010ee2c1848e4481e57190229310ec5d458493f8187097"
content-hash = "aeeee618732feb2b48f2b31543f1fcf6760c74e893d6e56066bfa19befee53af"

View File

@ -46,7 +46,7 @@ sphinx-autodoc-typehints = "^2.3.0"
sphinxcontrib-spelling = "^8.0.0"
sphinx-copybutton = "^0.5.2"
sphinxext-opengraph = "^0.9.1"
sphinx-rtd-theme = "^3.0.1"
sphinx-rtd-theme = "^3.0.2"
toml = "^0.10.2"
types-python-dateutil = "^2.9.0"
types-toml = "^0.10.8"