Skip to content

Commit 8b0d2d7

Browse files
author
Vahid Tavanashad
committed
add cupy doc to intersphinx_mapping
1 parent cf2a106 commit 8b0d2d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,10 @@ def _can_document_member(member, *args, **kwargs):
218218

219219
intersphinx_mapping = {
220220
"python": ("https://docs.python.org/3/", None),
221-
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
221+
"numpy": ("https://numpy.org/doc/stable/", None),
222222
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
223223
"dpctl": ("https://intelpython.github.io/dpctl/latest/", None),
224+
"cupy": ("https://docs.cupy.dev/en/stable/", None),
224225
}
225226

226227
# If true, `todo` and `todoList` produce output, else they produce nothing.

0 commit comments

Comments
 (0)