Skip to content

Commit c091440

Browse files
committed
Fix some stuff
1 parent b90b99e commit c091440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __call__(self, filename):
176176
html_theme = "pytorch_sphinx_theme2"
177177
html_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"
180180
ogp_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", []),

0 commit comments

Comments
 (0)