Skip to content

Commit 2a9ff40

Browse files
Update sphinx requirement from ~=7.2 to >=7.2,<9.0 (#10)
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.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.2.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitriev Alexandr <34693850+zoola969@users.noreply.github.com>
1 parent bae44e3 commit 2a9ff40

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
@@ -38,7 +38,7 @@ build = [
3838
"hatch~=1.7",
3939
]
4040
docs = [
41-
"sphinx~=7.2",
41+
"sphinx>=7.2,<9.0",
4242
]
4343
test = [
4444
"coverage~=7.3",

0 commit comments

Comments
 (0)