Skip to content

Commit 4c7e89d

Browse files
committed
[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 #1993 X-original-commit: 8f4be8e Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 85819de commit 4c7e89d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
docutils>=0.14,<0.19
2+
jinja2<3.1 # Compatibility with Sphinx 3.5.4.
23
libsass==0.18.0
34
pygments~=2.6.1
45
pygments-csv-lexer~=0.1

0 commit comments

Comments
 (0)