-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👌 IMPROVE: Add support and testing for sphinx 5 #164
Conversation
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
=======================================
Coverage 92.69% 92.69%
=======================================
Files 2 2
Lines 219 219
=======================================
Hits 203 203
Misses 16 16
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Hey @Daltz333, do you think the changes to the testing coverage here seem reasonable? |
Yeah this looks good! |
Update setup.py dependency to allow
sphinx<6
.Add testing for sphinx 5, python 3.10 and pygments 2.12.0 (no functional changes since 2.10.0 for us) in Actions workflow.
Remove testing for python 3.6. The package likely continues to work with this version, but we won't continue to test it.
Remove testing for sphinx 2 and 4 (see next change).
Update regression tests outputs to account for change in sphinx HTML output text. Oddly this seems to have been applied to sphinx 3 and 5, but not 4, making it awkward for our current regression-type tests to run against 4.
Add limiting of jinja2 version due to them dropping some objects that are imported by sphinx in latest version.
Update testing to use up-to-date version of pytest, to allow testing on python 3.10.
Will resolve #162