From 6191b57da3b841fbbe5d0c8ec1a2610a4811c4c8 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Thu, 12 May 2022 15:27:36 +0000 Subject: [PATCH] [FIX] requirements.txt: pin Jinja2 < 3.1 The latest versions of Jinja2 are no longer compatible with the latest version of Sphinx 3 (3.5.4). task-2828982 closes odoo/documentation#2001 X-original-commit: 4c7e89d872a0b447ce4cd269de9e695fd8a4845b Signed-off-by: Antoine Vandevenne (anv) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 270cc14d4..9bb440b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ docutils>=0.14,<0.19 +jinja2<3.1 # Compatibility with Sphinx 3.5.4. libsass==0.18.0 pygments~=2.6.1 pygments-csv-lexer~=0.1