Update sphinx-rtd-theme requirement from ^2.0.0 to >=2,<4

Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-07 15:00:49 +00:00
committed by GitHub
parent 2a5762af89
commit fa1dad69d1
+1 -1
View File
@@ -57,7 +57,7 @@ format-jinja = """
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7" sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0" sphinx-rtd-theme = ">=2,<4"
markdown-it-py = {version = "~3.0.0", extras = ["plugins"]} markdown-it-py = {version = "~3.0.0", extras = ["plugins"]}
myst-parser = "^3.0.1" myst-parser = "^3.0.1"
mdit-py-plugins = "^0.4.1" mdit-py-plugins = "^0.4.1"