diff --git a/docs/source/conf.py b/docs/source/conf.py index be839ddf..025a988b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -104,7 +104,7 @@ def get_years(start_year=2021): intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "torch": ("https://pytorch.org/docs/master/", None), + "torch": ("https://pytorch.org/docs/stable/", None), "sklearn": ("https://scikit-learn.org/stable", None), "numpy": ("https://numpy.org/doc/stable/", None), "matplotlib": ("https://matplotlib.org/stable/", None),