Skip to content

Commit 71c7cb7

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
chore: update sphinx requirement from ==3.* to >=3,<5
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/4.x/CHANGES) - [Commits](sphinx-doc/sphinx@v3.0.0b1...v4.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f2f836 commit 71c7cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def find_version(*file_paths):
4545
"guzzle-sphinx-theme==0.*",
4646
"m2r2==0.*",
4747
"pytest-cov>=2,<4",
48-
"sphinx==3.*",
48+
"sphinx>=3,<5",
4949
"sphinxcontrib-log-cabinet==1.*",
5050
"sphinxcontrib-websupport==1.*",
5151
"twine==3.*",

0 commit comments

Comments
 (0)