Skip to content

Commit

Permalink
Update intersphinx_mapping for new cuda.py docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Nov 13, 2024
1 parent 89fceea commit 5330063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rmm/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numba": ("https://numba.readthedocs.io/en/stable", None),
"cuda-python": ("https://nvidia.github.io/cuda-python/", None),
"cuda-python": ("https://nvidia.github.io/cuda-python/cuda-bindings/", None),
}

# Config numpydoc
Expand Down

0 comments on commit 5330063

Please sign in to comment.