mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0
Jinja2 and MarkupSafe have a plan to major release in the near future. And it will introduce some changes for its APIs. To lessen the noise of the DeprecationWarnings, this pins the versions to current stable release.
This commit is contained in:
parent
53c6353714
commit
cfb9183715
3
setup.py
3
setup.py
@ -21,7 +21,8 @@ install_requires = [
|
|||||||
'sphinxcontrib-htmlhelp',
|
'sphinxcontrib-htmlhelp',
|
||||||
'sphinxcontrib-serializinghtml',
|
'sphinxcontrib-serializinghtml',
|
||||||
'sphinxcontrib-qthelp',
|
'sphinxcontrib-qthelp',
|
||||||
'Jinja2>=2.3',
|
'Jinja2>=2.3,<3.0',
|
||||||
|
'MarkupSafe<2.0',
|
||||||
'Pygments>=2.0',
|
'Pygments>=2.0',
|
||||||
'docutils>=0.14,<0.18',
|
'docutils>=0.14,<0.18',
|
||||||
'snowballstemmer>=1.1',
|
'snowballstemmer>=1.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user