From ee67c09be0a71af5bffda0a5a2b128fb62c31f02 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Tue, 17 Sep 2024 00:19:42 +0000 Subject: [PATCH] . --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a32cf9c2f..d3e6b08f2 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