File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def wrapper(*args, **kwargs):
145
145
146
146
intersphinx_mapping = {
147
147
"torch" : ("https://docs.pytorch.org/docs/stable/" , None ),
148
- "tensordict" : ("https://docs.pytorch.github.io /tensordict/stable" , None ),
148
+ "tensordict" : ("https://docs.pytorch.org /tensordict/stable" , None ),
149
149
"torchrl" : ("https://docs.pytorch.org/rl/stable" , None ),
150
150
"torchaudio" : ("https://docs.pytorch.org/audio/stable/" , None ),
151
151
"torchtext" : ("https://docs.pytorch.org/text/stable/" , None ),
@@ -236,6 +236,7 @@ def wrapper(*args, **kwargs):
236
236
"navbar_center" : "navbar-nav" ,
237
237
"display_version" : True ,
238
238
"pytorch_project" : "tutorials" ,
239
+ "canonical_url" : "https://docs.pytorch.org/tutorials/" ,
239
240
}
240
241
241
242
theme_variables = pytorch_sphinx_theme2 .get_theme_variables ()
You can’t perform that action at this time.
0 commit comments