Skip to content

Commit 5032b37

Browse files
Update sphinx requirement from <=7.1.2 to <=9.1.0
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/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v9.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61c4e08 commit 5032b37

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
@@ -4,7 +4,7 @@
44
urllib3<2
55
# The builds for documentation fails with <0.18.0
66
docutils>=0.18.1
7-
sphinx<=7.1.2
7+
sphinx<=9.1.0
88
six
99
testresources
1010
recommonmark

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
# Documentation requirements (see docs/requirements.txt for details)
88
"urllib3<2",
99
"docutils>=0.18.1",
10-
"sphinx<=7.1.2",
10+
"sphinx<=9.1.0",
1111
"six",
1212
"testresources",
1313
"recommonmark",

0 commit comments

Comments
 (0)