Skip to content

Commit 043f6be

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 X-original-commit: 8f4be8e
1 parent c788e5f commit 043f6be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<<<<<<< HEAD
12
docutils>=0.14,<0.19
23
libsass==0.18.0
4+
=======
5+
jinja2<3.1 # Compatibility with Sphinx 3.5.4.
6+
>>>>>>> 041525d2... temp
37
pygments~=2.6.1
48
pygments-csv-lexer~=0.1
59
sphinx~=3.0

0 commit comments

Comments
 (0)