@@ -144,12 +144,12 @@ def wrapper(*args, **kwargs):
144
144
]
145
145
146
146
intersphinx_mapping = {
147
- "torch" : ("https://pytorch.org/docs/stable/" , None ),
148
- "tensordict" : ("https://pytorch.github.io/tensordict/stable" , None ),
149
- "torchrl" : ("https://pytorch.org/rl/stable" , None ),
150
- "torchaudio" : ("https://pytorch.org/audio/stable/" , None ),
151
- "torchtext" : ("https://pytorch.org/text/stable/" , None ),
152
- "torchvision" : ("https://pytorch.org/vision/stable/" , None ),
147
+ "torch" : ("https://docs. pytorch.org/docs/stable/" , None ),
148
+ "tensordict" : ("https://docs. pytorch.github.io/tensordict/stable" , None ),
149
+ "torchrl" : ("https://docs. pytorch.org/rl/stable" , None ),
150
+ "torchaudio" : ("https://docs. pytorch.org/audio/stable/" , None ),
151
+ "torchtext" : ("https://docs. pytorch.org/text/stable/" , None ),
152
+ "torchvision" : ("https://docs. pytorch.org/vision/stable/" , None ),
153
153
}
154
154
155
155
html_meta = {
@@ -179,7 +179,7 @@ def wrapper(*args, **kwargs):
179
179
"show_signature" : False ,
180
180
"first_notebook_cell" : (
181
181
"# For tips on running notebooks in Google Colab, see\n "
182
- "# https://pytorch.org/tutorials/beginner/colab\n "
182
+ "# https://docs. pytorch.org/tutorials/beginner/colab\n "
183
183
"%matplotlib inline"
184
184
),
185
185
"ignore_pattern" : r"_torch_export_nightly_tutorial.py" ,
@@ -194,7 +194,7 @@ def wrapper(*args, **kwargs):
194
194
}
195
195
196
196
197
- html_baseurl = "https://pytorch.org/tutorials/" # needed for sphinx-sitemap
197
+ html_baseurl = "https://docs. pytorch.org/tutorials/" # needed for sphinx-sitemap
198
198
sitemap_locales = [None ]
199
199
sitemap_excludes = [
200
200
"search.html" ,
0 commit comments