-
Notifications
You must be signed in to change notification settings - Fork 532
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
Sphinx warnings as errors #4585
Conversation
This reverts commit 80b34af.
Should now fail the CI build step. |
CI fails as expected with python doc errors. |
This reverts commit 29e10bf.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rerun tests |
1 similar comment
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ops-codeowner
file changes
@gpucibot merge |
rerun tests |
1 similar comment
rerun tests |
rerun tests |
Co-authored-by: Dante Gama Dessavre <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI errors are unrelated to PR, so approving and will merge once CI is unblocked
rerun tests |
11th time is the charm. |
Nope |
rerun tests |
1 similar comment
rerun tests |
@RAMitchell #4637 will fix the current CI issue |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #4585 +/- ##
===============================================
Coverage ? 83.86%
===============================================
Files ? 251
Lines ? 20307
Branches ? 0
===============================================
Hits ? 17030
Misses ? 3277
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Goals: - Python documentation should be built for PRs - Checks should fail upon sphinx warnings - Existing warnings are fixed in this PR This PR covers only the python documentation. C++ docs are out of scope. Authors: - Rory Mitchell (https://github.com/RAMitchell) - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4585
Goals:
This PR covers only the python documentation. C++ docs are out of scope.