Skip to content

Commit 474d4e8

Browse files
committed
Update
1 parent 1e5f7bf commit 474d4e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def wrapper(*args, **kwargs):
202202
html_theme_options = {
203203
"navigation_with_keys": False,
204204
"analytics_id": "GTM-T8XT4PS",
205-
"pytorch_project": "tutorials",
206205
"logo": {
207206
"text": "",
208207
},
@@ -248,7 +247,7 @@ def wrapper(*args, **kwargs):
248247
"github_version": "main",
249248
"doc_path": ".",
250249
"library_links": theme_variables.get("library_links", []),
251-
"pytorch_project": "tutorials",
250+
#"pytorch_project": "tutorials",
252251
}
253252

254253

0 commit comments

Comments
 (0)