Skip to content

Commit

Permalink
add cugraph-docs (#35)
Browse files Browse the repository at this point in the history
Adds the https://github.com/rapidsai/cugraph-docs repo.

`cugraph-docs` does not produce any packages... it's just used for
building cuGraph docs. But it does follow RAPIDS calendar-versioning
scheme and should get the usual release updates (like having
`ci/release/update-version.sh` run on it), so I think it belongs here.
  • Loading branch information
jameslamb authored Jan 3, 2025
1 parent 5e9eb77 commit 6e4e64c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,9 @@
}
}
},
"cugraph-docs": {
"packages": {}
},
"cugraph-gnn": {
"packages": {
"cugraph-dgl": {
Expand Down
5 changes: 4 additions & 1 deletion src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -217,3 +217,6 @@
)

all_metadata.versions["25.02"] = deepcopy(all_metadata.versions["24.12"])
all_metadata.versions["25.02"].repositories["cugraph-docs"] = RAPIDSRepository(
packages=dict()
)

0 comments on commit 6e4e64c

Please sign in to comment.