add docs-building CI#46
add docs-building CI#46rapids-bot[bot] merged 21 commits intorapidsai:branch-25.02from jameslamb:ci/add-docs-build
Conversation
|
I see checks !!! |
acostadon
left a comment
There was a problem hiding this comment.
Looks great thanks a ton
|
Looks like the xml tar for wholegraph is missing for 25.02: cc @jameslamb this is supposed to be uploaded from the |
Yep, that's where But I didn't move any docs XML publishing stuff into that repo when we were migrating from I suspect you just need to update https://github.com/rapidsai/cugraph-gnn/blob/branch-25.02/build.sh with code similar to this: (and then remove that commented-out code from the
|
|
@jameslamb quick question (asking you this since you were much involved in cugraph/gnn restructuring): The It seems like we need to set that before we can get this PR going. Essentially, it is from that implementation that |
That's also an artifact of being unsure about what the plan was for Since you're now more familiar than I am with the plan for |
|
Yep. Looking into it 👍🏿 |
This is being tracked in rapidsai/cugraph-gnn#94 and I'm working on it. |
Fixes #94 Uploads API docs for `libwholegraph`, to be used by rapidsai/cugraph-docs#46 Also removes `sphinx` dependencies... this repo only needs to produce Doxygen docs for `libwholegraph`, all the other Sphinx stuff will be done in https://github.com/rapidsai/cugraph-docs. Authors: - James Lamb (https://github.com/jameslamb) - Don Acosta (https://github.com/acostadon) Approvers: - Don Acosta (https://github.com/acostadon) - Bradley Dice (https://github.com/bdice) URL: #96
|
/ok to test |
|
/merge |
Thanks for working on this while I was OOO @jameslamb! |
|
No prob, thanks for getting it to this stage for me to pick up! We've gotten pretty far and have docs publishing from this repo now 😁 |
Replaces #44.
Trying a new PR that enables docs builds on PRs and branch builds.