-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fix ucxx versioning #503
Fix ucxx versioning #503
Conversation
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
cbbc7fd
to
6096b60
Compare
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.
This is great, thanks @AyodeAwe for working on it! I've left a few comments, not sure if they're relevant though.
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.
Thanks @AyodeAwe ! 😄
Further details [here](rapidsai/docs#503 (comment)). Authors: - Jake Awe (https://github.com/AyodeAwe) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #215
The directories should be renamed before this PR is merged. Otherwise the build on the default branch will not complete successfully since the old docs are still named incorrectly |
This PR addresses the versioning discrepancy in the documentation of the
ucxx
library. Previously, we used the RAPIDS versioning convention forucxx
in our docs workflow and overwrote the RAPIDS versioning withucxx
's actual versioning during the deploy step. This PR updates the workflow to use the correctucxx
version number directly in our docs deployment workflow.Before this PR is merged, this PR should be merged - the PR updates the build step in
build_docs.sh
to use the correct version numbers when uploading docs to s3.Before both these PRs are merged, we should rename/re-sync the relevant directories up in
s3
from the RAPIDS versioning used toucxx
's.Testing:
Changes in
download_from_s3.sh
were tested by running thedownload_lib_docs
function locally. Other processing scripts were tested locally by downloadingrmm
andlibucxx
(legacy, stable, nightly) docs and runningci/post_process.sh
. Outputs were as expected.