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):
145145
146146intersphinx_mapping = {
147147 "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 ),
149149 "torchrl" : ("https://docs.pytorch.org/rl/stable" , None ),
150150 "torchaudio" : ("https://docs.pytorch.org/audio/stable/" , None ),
151151 "torchtext" : ("https://docs.pytorch.org/text/stable/" , None ),
@@ -236,6 +236,7 @@ def wrapper(*args, **kwargs):
236236 "navbar_center" : "navbar-nav" ,
237237 "display_version" : True ,
238238 "pytorch_project" : "tutorials" ,
239+ "canonical_url" : "https://docs.pytorch.org/tutorials/" ,
239240}
240241
241242theme_variables = pytorch_sphinx_theme2 .get_theme_variables ()
You can’t perform that action at this time.
0 commit comments