Limit jinja2 version for sphinx error
This commit is contained in:
parent
1552888972
commit
c619d03639
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
sphinx==3.2.1
|
sphinx==3.2.1
|
||||||
myst-parser==0.15.2
|
myst-parser==0.15.2
|
||||||
myst-parser[linkify]==0.15.2
|
myst-parser[linkify]==0.15.2
|
||||||
|
Jinja2 < 3.1
|
||||||
|
|
||||||
# sphinx-multiversion with evennia fixes
|
# sphinx-multiversion with evennia fixes
|
||||||
git+https://github.com/evennia/sphinx-multiversion.git@evennia-mods#egg=sphinx-multiversion
|
git+https://github.com/evennia/sphinx-multiversion.git@evennia-mods#egg=sphinx-multiversion
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ autobahn >= 20.7.1, < 21.0.0
|
||||||
lunr == 0.6.0
|
lunr == 0.6.0
|
||||||
simpleeval <= 1.0
|
simpleeval <= 1.0
|
||||||
uritemplate == 4.1.1
|
uritemplate == 4.1.1
|
||||||
Jinja2<3.1
|
Jinja2 < 3.1
|
||||||
|
|
||||||
# try to resolve dependency issue in py3.7
|
# try to resolve dependency issue in py3.7
|
||||||
attrs >= 19.2.0
|
attrs >= 19.2.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue