From 34a396b19b911a731aa6020d450ba17e7c7b6527 Mon Sep 17 00:00:00 2001 From: Max R Date: Mon, 4 Apr 2022 15:02:01 -0400 Subject: [PATCH] Unpin `sphinx` upper bound CI fails with `ImportError: cannot import name 'environmentfilter' from 'jinja2'` ([example](https://github.com/pytest-dev/pytest/runs/5726444207)). Bumping Sphinx as described in https://github.com/sphinx-doc/sphinx/issues/10291 --- doc/en/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/requirements.txt b/doc/en/requirements.txt index 5b49cb7fc..c907cbbd4 100644 --- a/doc/en/requirements.txt +++ b/doc/en/requirements.txt @@ -2,6 +2,6 @@ pallets-sphinx-themes pluggy>=1.0 pygments-pytest>=2.2.0 sphinx-removed-in>=0.2.0 -sphinx>=3.1,<4 +sphinx>=3.1 sphinxcontrib-trio sphinxcontrib-svg2pdfconverter