Adds the latest docs code from cugraph repo#65
Adds the latest docs code from cugraph repo#65rapids-bot[bot] merged 6 commits intorapidsai:branch-25.02from
Conversation
BradReesWork
left a comment
There was a problem hiding this comment.
A few items:
- Now that all the docs are in one place, you might want to create subfolders under "_static" to organize files
- The blogs and papers section is out of date
|
I just pushed some updates here in cda23fd
Will add some inline comments explaining these changes too. |
| - depends_on_cugraph | ||
| - depends_on_dgl | ||
| - depends_on_cugraph_dgl | ||
| - depends_on_cugraph_pyg |
There was a problem hiding this comment.
This change, adding depends_on_cugraph_pyg to the all: dependency list, causes rapids-dependency-file-generator to automatically put the appropriate version of it into the file(s) in conda/environments/
|
/merge |
|
🎉 the build on
https://github.com/rapidsai/cugraph-docs/actions/runs/12398664118/job/34611886692 |
Adds the latest docs code from cugraph repo also adds pyg to conda environment which is necessary to build docs.
Resolves #58