diff --git a/docs/source/conf.py b/docs/source/conf.py index 26e0b7ef15..afb694ddd1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -193,7 +193,7 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { "python": ("https://docs.python.org/3/", None), - "torch": ("https://pytorch.org/docs/master/", None), + "torch": ("https://pytorch.org/docs/main/", None), "funsor": ("https://funsor.pyro.ai/en/stable/", None), "opt_einsum": ("https://optimized-einsum.readthedocs.io/en/stable/", None), "scipy": ("https://docs.scipy.org/doc/scipy/", None),