Skip to content

Commit

Permalink
Pin Jinja2 to avoid cutting out a lot of not that old Sphinx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Dec 18, 2022
1 parent 32555c7 commit f3f660b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
# "really" support 4.x. May as well not artificially limit folks for
# now.
"sphinx>=1.8",
# Jinja2 3.0 throws deprecation warnings on all sphinx<4.x, and
# 3.1 then removes what was deprecated. Rather than cut out support for
# all Sphinx versions published earlier than mid 2021, I'll instead
# eschew newer Jinjas, and hope nobody using my Sphinx tools seriously
# _need_ whatever came out in Jinja 3...
"Jinja2<3",
# Continuing to pin an old semantic_version until I have time to update
# and finish the branch I made for
# https://github.com/bitprophet/releases/pull/86#issuecomment-580037996
Expand Down

0 comments on commit f3f660b

Please sign in to comment.