Skip to content

Commit

Permalink
Close sphinx-doc#9216: Support jinja2-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 19, 2021
1 parent 630e5bd commit bb2c662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Release 4.0.2 (in development)
Dependencies
------------

* #9216: Support jinja2-3.0

Incompatible changes
--------------------

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
'sphinxcontrib-htmlhelp',
'sphinxcontrib-serializinghtml',
'sphinxcontrib-qthelp',
'Jinja2>=2.3,<3.0',
'MarkupSafe<2.0',
'Jinja2>=2.3',
'Pygments>=2.0',
'docutils>=0.14,<0.18',
'snowballstemmer>=1.1',
Expand Down

0 comments on commit bb2c662

Please sign in to comment.