From 79e927710bee75d3a8fb4f73d795db9833976830 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Fri, 25 Mar 2022 09:51:15 +0100 Subject: [PATCH] Upgrade Sphinx to 4.4.0 An update of Jinja2 caused Sphinx 3.5.4 to break. Our docs seem to build fine (i.e. with the same warnings/errors as before) with Sphinx 4.4.0, so it's time to upgrade. The issue itself is described in sphinx-doc/sphinx#10291 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 109d5952da..0c23c0a5ec 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ twisted>=20.0.0,<21 networkx==2.6.3 Pillow>3.3.2,<8.1 pyrad==2.1 -sphinx==3.5.4 +sphinx==4.4.0 sphinxcontrib-django # Needed for autogenerated docs Markdown==3.3.6