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 25d7ffc commit 633310aCopy full SHA for 633310a
conf.py
@@ -236,7 +236,6 @@ def wrapper(*args, **kwargs):
236
"icon_links": theme_variables.get("icon_links", []),
237
"community_links": theme_variables.get("community_links", []),
238
"pytorch_project": "docs",
239
- "language_bindings_links": html_theme_options.get("language_bindings_links", []),
240
}
241
242
@@ -254,9 +253,6 @@ def get_html_context():
254
253
255
256
257
- "language_bindings_links": html_theme_options.get(
258
- "language_bindings_links", []
259
- ),
260
261
262
# Function to determine if edit button should be shown
0 commit comments