From 8f4be8e3ea853ccdc18d659552b0def32fdd742e 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#1991 Signed-off-by: Antoine Vandevenne (anv) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0c0f03252..ad7e55c6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +jinja2<3.1 # Compatibility with Sphinx 3.5.4. pygments~=2.6.1 pygments-csv-lexer~=0.1 pysass~=0.1.0