Skip to content

Commit 5cfd908

Browse files
committed
Update
1 parent e963f5c commit 5cfd908

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,12 @@
8989
"sphinx_sitemap",
9090
"sphinxcontrib.mermaid",
9191
"pytorch_sphinx_theme2",
92+
"sphinxext.opengraph",
9293
]
9394

95+
ogp_site_url = "http://pytorch.org/"
96+
ogp_image = "https://pytorch.org/assets/images/social-share.jpg"
97+
9498
myst_enable_extensions = [
9599
"colon_fence",
96100
"deflist",

prototype_source/prototype_index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ Prototype features are not available as part of binary distributions like PyPI o
290290
.. Page TOC
291291
.. -----------------------------------------
292292
.. toctree::
293+
:maxdepth: 1
293294
:hidden:
294295

295296
prototype/context_parallel.html

0 commit comments

Comments
 (0)