-
Notifications
You must be signed in to change notification settings - Fork 45
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
Circumvent docutils bug #330
Circumvent docutils bug #330
Conversation
Oh, swell, glad to have 0.20 out finally! Will merge once tests pass. |
Some tests need to be fixed for the new docutils; I suspect the format of the generated html has changed slightly. |
Codecov Report
@@ Coverage Diff @@
## develop #330 +/- ##
===========================================
- Coverage 100.00% 99.59% -0.41%
===========================================
Files 52 52
Lines 2482 2483 +1
Branches 435 377 -58
===========================================
- Hits 2482 2473 -9
- Misses 0 5 +5
- Partials 0 5 +5
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Older docutils versions aren't broken, so instead I've gone for excluding 0.18 and 0.19 which are known to be affected by this bug. Thanks again! |
Fixes #329