Skip to content

Commit d08a044

Browse files
Update sphinx requirement from <4.0 to <5.0 (AtsushiSakai#612)
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](sphinx-doc/sphinx@v0.1.61611...v4.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea7a52a commit d08a044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx < 4.0 # For sphinx documentation
1+
sphinx < 5.0 # For sphinx documentation
22
sphinx_rtd_theme == 1.0.0
33
IPython == 7.30.1 # For sphinx documentation

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ matplotlib == 3.5.1
55
cvxpy == 1.1.17
66
pytest == 6.2.5 # For unit test
77
pytest-xdist == 2.5.0 # For unit test
8-
sphinx < 4.0 # For sphinx documentation
8+
sphinx < 5.0 # For sphinx documentation
99
sphinx_rtd_theme == 1.0.0
1010
IPython == 7.30.1 # For sphinx documentation

0 commit comments

Comments
 (0)