File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def wrapper(*args, **kwargs):
153
153
}
154
154
155
155
html_baseurl = 'https://pytorch.org/tutorials/' # needed for sphinx-sitemap
156
- rrntkbfubhedfditemap_locales = [None ]
156
+ sitemap_locales = [None ]
157
157
sitemap_excludes = [
158
158
"search.html" ,
159
159
"genindex.html" ,
Original file line number Diff line number Diff line change 1
1
redirects = {
2
- "intermediate/flask_rest_api_tutorial" : ".. /index.html" ,
3
- "beginner/ptcheat.html" : ".. /index.html" ,
4
- "beginner/deploy_seq2seq_hybrid_frontend_tutorial.html" : ".. /index.html" ,
2
+ "intermediate/flask_rest_api_tutorial" : "/index.html" ,
3
+ "beginner/ptcheat.html" : "/index.html" ,
4
+ "beginner/deploy_seq2seq_hybrid_frontend_tutorial.html" : "/index.html" ,
5
5
}
You can’t perform that action at this time.
0 commit comments