Skip to content

Commit ce19330

Browse files
Update sphinx requirement from <8.2 to <8.3
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.2.1/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 528e0b4 commit ce19330

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
@@ -50,7 +50,7 @@ dev = [
5050
]
5151
docs = [
5252
# Pinned back until sphinx_autodoc_typehints>=3.1.0
53-
"Sphinx<8.2",
53+
"Sphinx<8.3",
5454
"sphinx-notfound-page",
5555
# Pinned back until prolog bug is resolved: https://github.com/tox-dev/sphinx-autodoc-typehints/issues/425
5656
"sphinx_autodoc_typehints==1.25.2",

0 commit comments

Comments
 (0)