-
Notifications
You must be signed in to change notification settings - Fork 310
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
removes docs and fixed build_docs.sh to only build xml for doxygen #4837
Conversation
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.
Excellent! Now that https://github.com/rapidsai/cugraph-docs/pull/65 is merged, I think this is safe to merge as soon as we see a successful build on branch-25.02
there.
Here's the build to watch: https://github.com/rapidsai/cugraph-docs/actions/runs/12398664118/job/34611886692
# TMP_DIR=$(mktemp -d) | ||
# export XML_DIR_${PROJECT^^}="$TMP_DIR" | ||
# curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}" | ||
# done |
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.
Ah great, thanks for removing this too!
Merging based on offline conversation with @acostadon . We are close to having docs-build set up from https://github.com/rapidsai/cugraph-docs, and preventing docs builds from this repo will help there. |
/merge |
resolves issue https://github.com/rapidsai/cugraph-docs/issues/63