Skip to content

Commit cce856e

Browse files
Update sphinx-rtd-theme requirement from >=3.0 to >=3.1.0 (#584)
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@3.0.0...3.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d4cdfa commit cce856e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
sphinx
33
sphinx-autoapi
44
sphinx-copybutton
5-
sphinx-rtd-theme>=3.0
5+
sphinx-rtd-theme>=3.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dev = [
4848
"sphinx",
4949
"sphinx-autoapi",
5050
"sphinx-copybutton",
51-
"sphinx-rtd-theme>=3.0",
51+
"sphinx-rtd-theme>=3.1.0",
5252
]
5353

5454
[build-system]

0 commit comments

Comments
 (0)