We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633310a commit 7116010Copy full SHA for 7116010
conf.py
@@ -235,7 +235,7 @@ def wrapper(*args, **kwargs):
235
"library_links": theme_variables.get("library_links", []),
236
"icon_links": theme_variables.get("icon_links", []),
237
"community_links": theme_variables.get("community_links", []),
238
- "pytorch_project": "docs",
+ "pytorch_project": "tutorials",
239
}
240
241
@@ -252,7 +252,7 @@ def get_html_context():
252
253
254
255
256
257
258
# Function to determine if edit button should be shown
0 commit comments