Unverified Commit 6aa15da6 authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

DOC: fix intersphinx links (#4822)

parent 732fc0bd
...@@ -199,9 +199,9 @@ texinfo_documents = [ ...@@ -199,9 +199,9 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = { intersphinx_mapping = {
"python": ("https://docs.python.org/", None), "python": ("https://docs.python.org/3/", None),
"torch": ("https://pytorch.org/docs/stable/", None), "torch": ("https://pytorch.org/docs/stable/", None),
"numpy": ("http://docs.scipy.org/doc/numpy/", None), "numpy": ("https://numpy.org/doc/stable/", None),
"PIL": ("https://pillow.readthedocs.io/en/stable/", None), "PIL": ("https://pillow.readthedocs.io/en/stable/", None),
"matplotlib": ("https://matplotlib.org/stable/", None), "matplotlib": ("https://matplotlib.org/stable/", None),
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment