docs: fix inter-sphinx to `numpy` (#19014)
This commit is contained in:
parent
14cbd3fbeb
commit
e2b047eb53
|
@ -254,7 +254,7 @@ epub_exclude_files = ["search.html"]
|
|||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3", None),
|
||||
"torch": ("https://pytorch.org/docs/stable/", None),
|
||||
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
|
||||
"numpy": ("https://numpy.org/doc/stable/", None),
|
||||
}
|
||||
|
||||
nitpicky = True
|
||||
|
|
Loading…
Reference in New Issue