Closed jameslamb closed 1 month ago
@jakirkham it looks like your review here wasn't sufficient to merge this.
Would you like me to request that you be added to the ci-codeowners
team? You can do that but be excluded from the random round-robin assignment to review packaging PRs, if you'd like.
/merge
Follow-up to #6103.
In that PR, I'd removed the
export RAPIDS_MAJOR_MINOR_VERSION
. I realized that this project's Doxygen setup actually expects that to be set in the environment.https://github.com/rapidsai/cuml/blob/22342aad0ecd327e3140471c479d01d83b932c23/ci/build_docs.sh#L35
https://github.com/rapidsai/cuml/blob/22342aad0ecd327e3140471c479d01d83b932c23/cpp/Doxyfile.in#L41
This fixes that, sorry 😬