@@ -68,7 +68,7 @@ def get_version_path():
6868html_favicon = "_static/logo-icon.svg"
6969
7070html_baseurl = (
71- f"https://meta-pytorch.org/forge /{ version_path } " # needed for sphinx-sitemap
71+ f"https://meta-pytorch.org/torchforge /{ version_path } " # needed for sphinx-sitemap
7272)
7373sitemap_locales = [None ]
7474sitemap_excludes = [
@@ -122,7 +122,7 @@ def get_version_path():
122122 },
123123 {
124124 "name" : "GitHub" ,
125- "url" : "https://github.com/meta-pytorch/forge " ,
125+ "url" : "https://github.com/meta-pytorch/torchforge " ,
126126 "icon" : "fa-brands fa-github" ,
127127 },
128128 {
@@ -138,7 +138,7 @@ def get_version_path():
138138 ],
139139 "use_edit_page_button" : True ,
140140 "navbar_center" : "navbar-nav" ,
141- "canonical_url" : "https://meta-pytorch.org/forge /" ,
141+ "canonical_url" : "https://meta-pytorch.org/torchforge /" ,
142142 "header_links_before_dropdown" : 7 ,
143143 "show_toc_level" : 2 ,
144144 "navigation_depth" : 3 ,
@@ -151,7 +151,7 @@ def get_version_path():
151151 "display_github" : True ,
152152 "github_url" : "https://github.com" ,
153153 "github_user" : "meta-pytorch" ,
154- "github_repo" : "forge " ,
154+ "github_repo" : "torchforge " ,
155155 "feedback_url" : "https://github.com/meta-pytorch/forge" ,
156156 "colab_branch" : "gh-pages" ,
157157 "github_version" : "main" ,
@@ -290,7 +290,7 @@ def copy_markdown_tutorials(app):
290290 # Copy the file
291291 shutil .copy2 (md_file , target_path )
292292 print (
293- f"[Forge Docs] Copied { md_file .name } to { target_path .relative_to (app .srcdir )} "
293+ f"[TorchForge Docs] Copied { md_file .name } to { target_path .relative_to (app .srcdir )} "
294294 )
295295
296296
0 commit comments