Skip to content

Commit

Permalink
Pin jinja2 for docs build
Browse files Browse the repository at this point in the history
Some deprecated features were removed in jinja2==3.1.0.
For details see e.g. pallets/jinja#1626 and
readthedocs/readthedocs.org#9037
We should probably update sphinx instead, but that breaks other
things...
  • Loading branch information
Xarthisius committed Mar 25, 2022
1 parent c150d95 commit 2050ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ doc =
pyregion
pyx>=0.15
runnotebook
jinja2<3.1.0
sphinx==3.1.2
sphinx-bootstrap-theme
sphinx-rtd-theme
Expand Down

0 comments on commit 2050ffd

Please sign in to comment.