Skip to content

Commit fac0757

Browse files
ci: update sphinx requirement from <6.0.0,>=5.0.0 to >=5.0.0,<9.0.0 (#904)
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/v8.1.3/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v5.0.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 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 d1536b9 commit fac0757

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
@@ -55,7 +55,7 @@ sagemaker = [
5555
]
5656
otel = ["opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0"]
5757
docs = [
58-
"sphinx>=5.0.0,<6.0.0",
58+
"sphinx>=5.0.0,<9.0.0",
5959
"sphinx-rtd-theme>=1.0.0,<2.0.0",
6060
"sphinx-autodoc-typehints>=1.12.0,<4.0.0",
6161
]

0 commit comments

Comments
 (0)