Skip to content

Commit ec407d5

Browse files
committed
Fix Google search
1 parent 58a7d2c commit ec407d5

File tree

5 files changed

+660
-133
lines changed

5 files changed

+660
-133
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"first_notebook_cell": ("%matplotlib inline"),
5757
}
5858

59-
# pytorch_project = "tutorials"
59+
pytorch_project = "docs"
6060
# torch_version = str(torch.__version__) # Temporarily commented out for testing
6161
torch_version = "2.0.0" # Hardcoded for testing
6262
version = "main (" + torch_version + " )"
@@ -269,7 +269,7 @@
269269
# "llm_description": "PyTorch is an optimized tensor library for deep learning",
270270
# "llm_important_pages": "index, notes/cuda",
271271
# "enable_navbar_dropdowns": False,
272-
# "pytorch_project": "tutorials",
272+
"pytorch_project": "docs",
273273
# "show_lf_header": False,
274274
# "show_lf_footer": False,
275275
# RunLLM Widget Configuration (uncomment and set assistant_id to enable)

0 commit comments

Comments
 (0)