Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ docs/ @rapidsai/cugraph-doc-codeowners
# CI code owners
/.github/ @rapidsai/ci-codeowners
/ci/ @rapidsai/ci-codeowners
/.pre-commit-config.yaml @rapidsai/ci-codeowners

# packaging code owners
/.pre-commit-config.yaml @rapidsai/packaging-codeowners
/conda/ @rapidsai/packaging-codeowners
dependencies.yaml @rapidsai/packaging-codeowners
/build.sh @rapidsai/packaging-codeowners
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
docs-build:
if: github.ref_type == 'branch'
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
with:
arch: "amd64"
branch: ${{ inputs.branch }}
build_type: ${{ inputs.build_type || 'branch' }}
container_image: "rapidsai/ci-conda:latest"
date: ${{ inputs.date }}
node_type: "gpu-v100-latest-1"
node_type: "gpu-l4-latest-1"
run_script: "ci/build_docs.sh"
sha: ${{ inputs.sha }}
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- checks
- docs-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.02
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
if: always()
with:
needs: ${{ toJSON(needs) }}
Expand All @@ -31,17 +31,17 @@ jobs:
checks:
secrets: inherit
needs: telemetry-setup
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.02
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
with:
enable_check_generated_files: false
ignored_pr_jobs: "telemetry-summarize"
docs-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
with:
build_type: pull-request
node_type: "gpu-v100-latest-1"
node_type: "gpu-l4-latest-1"
arch: "amd64"
container_image: "rapidsai/ci-conda:latest"
run_script: "ci/build_docs.sh"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

repos:
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.4.0
rev: v0.6.0
hooks:
- id: verify-alpha-spec
- id: verify-copyright
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# cugraph-docs 25.04.00 (9 Apr 2025)

## 🐛 Bug Fixes

- changed the version of dgl dependency ([#103](https://github.com/rapidsai/cugraph-docs/pull/103)) [@acostadon](https://github.com/acostadon)

## 🛠️ Improvements

- require sphinx<8.2.0, update CODEOWNERS ([#100](https://github.com/rapidsai/cugraph-docs/pull/100)) [@jameslamb](https://github.com/jameslamb)
- merge branch-25.02 into branch-25.04 ([#99](https://github.com/rapidsai/cugraph-docs/pull/99)) [@jameslamb](https://github.com/jameslamb)

# cugraph-docs 25.02.00 (13 Feb 2025)

## 📖 Documentation
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.02.00
25.04.00
18 changes: 9 additions & 9 deletions conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ channels:
dependencies:
- breathe>=4.35
- cuda-version=12.8
- cugraph-dgl==25.2.*,>=0.0.0a0
- cugraph-pyg==25.2.*,>=0.0.0a0
- cugraph==25.2.*,>=0.0.0a0
- dglteam/label/th23_cu121::dgl
- cugraph-dgl==25.4.*,>=0.0.0a0
- cugraph-pyg==25.4.*,>=0.0.0a0
- cugraph==25.4.*,>=0.0.0a0
- dglteam/label/th24_cu124::dgl
- doxygen
- graphviz
- ipython
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- libcugraph==25.4.*,>=0.0.0a0
- libcugraph_etl==25.4.*,>=0.0.0a0
- nbsphinx
- numpydoc
- pre-commit
- pydata-sphinx-theme
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- pylibcugraph==25.4.*,>=0.0.0a0
- pylibwholegraph==25.4.*,>=0.0.0a0
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8
- sphinx>=8,<8.2.0
- sphinxcontrib-websupport
name: all_cuda-128_arch-x86_64
19 changes: 10 additions & 9 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ dependencies:
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8
# the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
- sphinx>=8,<8.2.0
- sphinxcontrib-websupport

# this repo only uses conda and 1 major version of CUDA, so
Expand All @@ -79,11 +80,11 @@ dependencies:
common:
- output_types: [conda]
packages:
- cugraph==25.2.*,>=0.0.0a0
- cugraph-dgl==25.2.*,>=0.0.0a0
- cugraph-pyg==25.2.*,>=0.0.0a0
- 'dglteam/label/th23_cu121::dgl'
- libcugraph==25.2.*,>=0.0.0a0
- libcugraph_etl==25.2.*,>=0.0.0a0
- pylibcugraph==25.2.*,>=0.0.0a0
- pylibwholegraph==25.2.*,>=0.0.0a0
- cugraph==25.4.*,>=0.0.0a0
- cugraph-dgl==25.4.*,>=0.0.0a0
- cugraph-pyg==25.4.*,>=0.0.0a0
- 'dglteam/label/th24_cu124::dgl'
- libcugraph==25.4.*,>=0.0.0a0
- libcugraph_etl==25.4.*,>=0.0.0a0
- pylibcugraph==25.4.*,>=0.0.0a0
- pylibwholegraph==25.4.*,>=0.0.0a0