Skip to content

Commit 50751ee

Browse files
Update sphinx-rtd-theme requirement from ~=1.3.0 to >=1.3,<3.1
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:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5219afa commit 50751ee

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
@@ -45,7 +45,7 @@ docs = [
4545
"ipython ~=8.16.1",
4646
"numpydoc ~=1.6.0",
4747
"sphinx-copybutton ~=0.5.2",
48-
"sphinx_rtd_theme ~=1.3.0",
48+
"sphinx_rtd_theme >=1.3,<3.1",
4949
]
5050
# For running tests.
5151
test = [

0 commit comments

Comments
 (0)