Skip to content

Commit 3079943

Browse files
authored
Update navbar_start to include navbar-logo
1 parent 8c2c373 commit 3079943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def wrapper(*args, **kwargs):
231231
],
232232
"use_edit_page_button": True,
233233
"header_links_before_dropdown": 9,
234-
"navbar_start": ["pytorch_version"],
234+
"navbar_start": ["navbar-logo", "pytorch_version"],
235235
"navbar_center": "navbar-nav",
236236
"display_version": True,
237237
"pytorch_project": "tutorials",

0 commit comments

Comments
 (0)