wpilibsuite / sphinxext-opengraph

Sphinx extension to generate unique OpenGraph metadata
https://sphinxext-opengraph.readthedocs.io
Other
74 stars 27 forks source link

Add testing for Sphinx 8 #128

Closed sciencewhiz closed 1 month ago

sciencewhiz commented 1 month ago

Remove pin to Sphinx <7.3 since Sphinx 7.4 fixed issue Test Python 3.8 and 3.9 only on supported Sphinx Versions

hugovk commented 1 month ago

Perhaps, when adding support for Sphinx 8, it's also a good time to drop support for Sphinx 5?

TheTripleV commented 1 month ago

Perhaps, when adding support for Sphinx 8, it's also a good time to drop support for Sphinx 5?

Sphinx 5 only came out 2 years ago (2 years, 1 months and 15 days) so it feels weird to drop it. I didn't realize Sphinx was bumping the major version more than once a year now.

I'm fine not actually supporting it but its nice to have in CI as a sanity check until it breaks enough that I don't care (or its too much effort to keep in).