From 9bfb075611b865a9f172e3509c36ae0a4259fa84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 04:57:26 +0000 Subject: [PATCH] Update sphinx requirement from <3.0,>=2.0 to >=2.0,<5.0 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](https://github.com/sphinx-doc/sphinx/compare/v2.0.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 216df28..0ae26cb 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,4 @@ -sphinx>=2.0, <3.0 +sphinx>=2.0, <5.0 recommonmark # fails with badges m2r # fails with multi-line text nbsphinx