Skip to content

Commit 633310a

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def wrapper(*args, **kwargs):
236236
"icon_links": theme_variables.get("icon_links", []),
237237
"community_links": theme_variables.get("community_links", []),
238238
"pytorch_project": "docs",
239-
"language_bindings_links": html_theme_options.get("language_bindings_links", []),
240239
}
241240

242241

@@ -254,9 +253,6 @@ def get_html_context():
254253
"icon_links": theme_variables.get("icon_links", []),
255254
"community_links": theme_variables.get("community_links", []),
256255
"pytorch_project": "docs",
257-
"language_bindings_links": html_theme_options.get(
258-
"language_bindings_links", []
259-
),
260256
}
261257

262258
# Function to determine if edit button should be shown

0 commit comments

Comments
 (0)