Skip to content

Commit

Permalink
Merge pull request #1316 from readthedocs/agj/fix-jinja
Browse files Browse the repository at this point in the history
Pin Jinja to pre-3.1 release
  • Loading branch information
benjaoming committed Aug 17, 2022
2 parents 2dbaef8 + 62e9976 commit 71286aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -120,6 +120,7 @@ def run(self):
install_requires=[
'sphinx>=1.6',
'docutils<0.18',
'Jinja2<3.1',
],
tests_require=[
'pytest',
Expand Down

0 comments on commit 71286aa

Please sign in to comment.