From c09a0c336b09862f44aaea7858b2b98246b75867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:06:02 +0000 Subject: [PATCH] Update sphinx requirement from <3.6,>=2.2 to >=2.2,<5.4 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](https://github.com/sphinx-doc/sphinx/compare/v2.2.0...v5.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..b1099a2 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-cov>=2.7,<2.12', ], 'docs': [ - 'sphinx>=2.2,<3.6', + 'sphinx>=2.2,<5.4', 'sphinx-autobuild>=0.7,<2020.10', 'sphinx_rtd_theme>=0.4,<0.6', ]