Skip to content

Commit cfa7355

Browse files
committed
Updating conf.py.
1 parent 8c3af6b commit cfa7355

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/source/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"sphinx_sitemap",
6868
"sphinxcontrib.mermaid",
6969
"pytorch_sphinx_theme2",
70-
"sphinxext.opengraph",
7170
]
7271

7372
if not FBCODE:
@@ -208,7 +207,7 @@
208207
},
209208
{
210209
"name": "PyPi",
211-
"url": "https://pypi.org/project/<your-project>/",
210+
"url": "https://pypi.org/project/executorch/",
212211
"icon": "fa-brands fa-python",
213212
},
214213
],
@@ -236,10 +235,6 @@
236235
"language_bindings_links": html_theme_options.get("language_bindings_links", []),
237236
}
238237

239-
240-
ogp_site_url = "http://pytorch.org/excutorch"
241-
ogp_image = "https://pytorch.org/assets/images/social-share.jpg"
242-
243238
# Add any paths that contain custom static files (such as style sheets) here,
244239
# relative to this directory. They are copied after the builtin static files,
245240
# so a file named "default.css" will overwrite the builtin "default.css".

0 commit comments

Comments
 (0)