summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-18 09:04:03 +0000
committerGitHub <noreply@github.com>2020-05-18 09:04:03 +0000
commit3f597b0b12feb588299518133f1de73749978939 (patch)
tree4a8023aaf7d2e6d7cc1acdad00dbd766f9798b17
parent25f64902e9178bf476e2ce002985495ce56a7092 (diff)
downloadnumpy-dependabot/pip/sphinx-gte-2.2.0-and-lt-4.0.tar.gz
MAINT: Update sphinx requirement from <3.0,>=2.2.0 to >=2.2.0,<4.0dependabot/pip/sphinx-gte-2.2.0-and-lt-4.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/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.2.0...v3.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--doc_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt
index 52b51cd6e..366658622 100644
--- a/doc_requirements.txt
+++ b/doc_requirements.txt
@@ -1,4 +1,4 @@
-sphinx>=2.2.0,<3.0
+sphinx>=2.2.0,<4.0
ipython
scipy
matplotlib