Skip to content

Commit

Permalink
Turns out a healthy test matrix is not compatible with sphinx<4, buh-bye
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Dec 18, 2022
1 parent 32555c7 commit f986143
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
},
packages=["releases"],
install_requires=[
# NOTE: seems to work OK with Sphinx 1.8 still even tho we only
# "really" support 4.x. May as well not artificially limit folks for
# now.
"sphinx>=1.8",
# We mostly still work on Sphinx>=1.8, but a number of transitive
# dependencies do not, and trying to square that circle is definitely
# not worth the effort at this time. PRs that can pass the entire test
# matrix are welcome, if you disagree!
"sphinx>=4",
# 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 f986143

Please sign in to comment.