changeset 8931:33f1faa7fe04 stable

setup: bump Sphinx version Sphinx 3.0.4 doesn't version its dependencies correctly, and it fails with latest jinja 3.1.2: ImportError: cannot import name 'environmentfilter' from 'jinja2' (.../site-packages/jinja2/__init__.py) Latest Sphinx version supports latest Jinja version and seems to render the documentation correctly.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 17 Sep 2022 20:37:24 +0200
parents ed117efc9ae9
children d69c3e30f8b5
files dev_requirements.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dev_requirements.txt	Wed Sep 14 08:47:23 2022 +0200
+++ b/dev_requirements.txt	Sat Sep 17 20:37:24 2022 +0200
@@ -3,7 +3,7 @@
 pytest-benchmark >= 3.2.2, < 3.3
 pytest-localserver >= 0.5.0, < 0.6
 mock >= 3.0.0, < 4.1
-Sphinx >= 1.8.0, < 3.1
+Sphinx >= 1.8.0, < 5.2
 WebTest >= 2.0.6, < 2.1
 isort == 5.1.2
 pyflakes == 2.2.0