diff --git a/docs/source/conf.py b/docs/source/conf.py index a32cf9c2..d3e6b08f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,7 +37,7 @@ intersphinx_mapping = { 'python': ('http://docs.python.org', None), - 'torch': ('https://pytorch.org/docs/master', None), + 'torch': ('https://pytorch.org/docs/stable', None), } typehints_use_rtype = False