Skip to content

Commit a893f51

Browse files
Update sphinx requirement from <5.1.0,>=4.2.0 to >=4.2.0,<6.1.0 (#696)
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) - [Commits](sphinx-doc/sphinx@v4.2.0...v6.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83b5d2f commit a893f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org
22
# core dependencies
3-
sphinx>=4.2.0, <5.1.0
3+
sphinx>=4.2.0, <6.1.0
44
sphinx-autodoc-typehints>=1.12.0, <1.19.3 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/259 and 260
55
sphinx-rtd-theme>=1.0.0, <2.0.0
66
sphinxcontrib-apidoc>=0.3.0, <0.4.0

0 commit comments

Comments
 (0)