Skip to content

Commit cd2831f

Browse files
prabhat00155facebook-github-bot
authored andcommitted
[fbsync] DOC: fix intersphinx links (#4822)
Reviewed By: kazhang Differential Revision: D32216693 fbshipit-source-id: 236603974e59a31ece437c3f5ca61ec36058369a
1 parent 53150d9 commit cd2831f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@
199199

200200
# Example configuration for intersphinx: refer to the Python standard library.
201201
intersphinx_mapping = {
202-
"python": ("https://docs.python.org/", None),
202+
"python": ("https://docs.python.org/3/", None),
203203
"torch": ("https://pytorch.org/docs/stable/", None),
204-
"numpy": ("http://docs.scipy.org/doc/numpy/", None),
204+
"numpy": ("https://numpy.org/doc/stable/", None),
205205
"PIL": ("https://pillow.readthedocs.io/en/stable/", None),
206206
"matplotlib": ("https://matplotlib.org/stable/", None),
207207
}

0 commit comments

Comments
 (0)