Skip to content

Commit 602a7fb

Browse files
chore(deps): update sphinx-rtd-theme requirement
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](readthedocs/sphinx_rtd_theme@1.3.0...3.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e13a6c commit 602a7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev = [
6868

6969
[tool.poetry.group.docs.dependencies]
7070
sphinx = ">=6.0"
71-
sphinx-rtd-theme = "^1.3.0"
71+
sphinx-rtd-theme = ">=1.3,<4.0"
7272
myst-parser = ">=1.0.0,<4.0.0"
7373
sphinx-autodoc-typehints = "^1.24.0"
7474
sphinx-copybutton = "^0.5.2"

0 commit comments

Comments
 (0)