Limit jinja2 version for sphinx error

This commit is contained in:
Griatch 2022-06-22 08:25:17 +02:00
parent 1552888972
commit c619d03639
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
sphinx==3.2.1
myst-parser==0.15.2
myst-parser[linkify]==0.15.2
Jinja2 < 3.1
# sphinx-multiversion with evennia fixes
git+https://github.com/evennia/sphinx-multiversion.git@evennia-mods#egg=sphinx-multiversion

View file

@ -14,7 +14,7 @@ autobahn >= 20.7.1, < 21.0.0
lunr == 0.6.0
simpleeval <= 1.0
uritemplate == 4.1.1
Jinja2<3.1
Jinja2 < 3.1
# try to resolve dependency issue in py3.7
attrs >= 19.2.0