-
Notifications
You must be signed in to change notification settings - Fork 9
Adds the latest docs code from cugraph repo #65
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
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.
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
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.
Looks good. Let's fix the CI failures in #46 first, and then once that's merged this should build successfully.
I just pushed some updates here in cda23fd
Will add some inline comments explaining these changes too. |
@@ -12,9 +13,9 @@ files: | |||
- depends_on_cugraph | |||
- depends_on_dgl | |||
- depends_on_cugraph_dgl | |||
- depends_on_cugraph_pyg |
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 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