From 86298ccf2fd8ead0867a2ac74ac894a9ef25bb67 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Wed, 18 Jan 2023 19:32:26 +0000 Subject: [PATCH] Remove <7 constraint from requirement file As we're expecting Sphinx to have more major version changes in the near future and this will make things smoother. Co-authored-by: Jakob Lykke Andersen --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index a0e48e11a..816dbe455 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,4 +2,4 @@ docutils>=0.12 Jinja2>=2.7.3 MarkupSafe>=0.23 Pygments>=1.6 -Sphinx>=4.0,<7,!=5.0.0 +Sphinx>=4.0,!=5.0.0