docs: fix inter-sphinx to `numpy` (#19014)

This commit is contained in:
Jirka Borovec 2023-11-16 11:30:38 -05:00 committed by GitHub
parent 14cbd3fbeb
commit e2b047eb53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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