[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#1993

X-original-commit: 8f4be8e3ea
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2022-05-12 15:27:36 +00:00
parent 85819de4c4
commit 4c7e89d872

View File

@ -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