-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Enable Nitpicky mode in Sphinx docs #5774
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5774 +/- ##
==========================================
- Coverage 97.17% 96.51% -0.67%
==========================================
Files 41 41
Lines 8865 8832 -33
Branches 1425 1416 -9
==========================================
- Hits 8615 8524 -91
- Misses 133 179 +46
- Partials 117 129 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #5780 🤖 @patchback |
…#5780) Resolves #5518 (cherry picked from commit 87e4f3b) Co-authored-by: Olexiy Pohorely <[email protected]>
What do these changes do?
Make sphinx strict about any warnings.Are there changes in behavior for the user?
NoRelated issue number
Resolves #5518Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.