Skip to content

Commit 71286aa

Browse files
authored
Merge pull request #1316 from readthedocs/agj/fix-jinja
Pin Jinja to pre-3.1 release
2 parents 2dbaef8 + 62e9976 commit 71286aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def run(self):
120120
install_requires=[
121121
'sphinx>=1.6',
122122
'docutils<0.18',
123+
'Jinja2<3.1',
123124
],
124125
tests_require=[
125126
'pytest',

0 commit comments

Comments
 (0)