Skip to content

Commit 7116010

Browse files
authored
Update conf.py
1 parent 633310a commit 7116010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def wrapper(*args, **kwargs):
235235
"library_links": theme_variables.get("library_links", []),
236236
"icon_links": theme_variables.get("icon_links", []),
237237
"community_links": theme_variables.get("community_links", []),
238-
"pytorch_project": "docs",
238+
"pytorch_project": "tutorials",
239239
}
240240

241241

@@ -252,7 +252,7 @@ def get_html_context():
252252
"library_links": theme_variables.get("library_links", []),
253253
"icon_links": theme_variables.get("icon_links", []),
254254
"community_links": theme_variables.get("community_links", []),
255-
"pytorch_project": "docs",
255+
"pytorch_project": "tutorials",
256256
}
257257

258258
# Function to determine if edit button should be shown

0 commit comments

Comments
 (0)