Skip to content

Commit 8f4be8e

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 #1991 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent df10f17 commit 8f4be8e

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,3 +1,4 @@
1+
jinja2<3.1 # Compatibility with Sphinx 3.5.4.
12
pygments~=2.6.1
23
pygments-csv-lexer~=0.1
34
pysass~=0.1.0

0 commit comments

Comments
 (0)