File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def __call__(self, filename):
176176html_theme = "pytorch_sphinx_theme2"
177177html_theme_path = [pytorch_sphinx_theme2 .get_html_theme_path ()]
178178
179- ogp_site_url = "http://pytorch.org/<your-sub-site> "
179+ ogp_site_url = "http://pytorch.org/torchcodec "
180180ogp_image = "https://pytorch.org/assets/images/social-share.jpg"
181181
182182
@@ -227,8 +227,8 @@ def __call__(self, filename):
227227 "display_github" : True ,
228228 "github_url" : "https://github.com" ,
229229 "github_user" : "pytorch" ,
230- "github_repo" : "<your-repo> " ,
231- "feedback_url" : "https://github.com/pytorch/<path-to-your-repo> " ,
230+ "github_repo" : "torchcodec " ,
231+ "feedback_url" : "https://github.com/pytorch/torchcodec " ,
232232 "github_version" : "main" ,
233233 "doc_path" : "docs/source" ,
234234 "library_links" : theme_variables .get ("library_links" , []),
You can’t perform that action at this time.
0 commit comments