Skip to content

Commit 25d7ffc

Browse files
authored
Update conf.py
1 parent e81ff5a commit 25d7ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def wrapper(*args, **kwargs):
231231
"github_repo": "tutorials",
232232
"feedback_url": "https://github.com/pytorch/tutorials",
233233
"github_version": "main",
234-
"doc_path": "docs/source",
234+
"doc_path": ".",
235235
"library_links": theme_variables.get("library_links", []),
236236
"icon_links": theme_variables.get("icon_links", []),
237237
"community_links": theme_variables.get("community_links", []),
@@ -249,7 +249,7 @@ def get_html_context():
249249
"github_repo": "tutorials",
250250
"feedback_url": "https://github.com/pytorch/tutorials",
251251
"github_version": "main",
252-
"doc_path": "docs/source",
252+
"doc_path": ".",
253253
"library_links": theme_variables.get("library_links", []),
254254
"icon_links": theme_variables.get("icon_links", []),
255255
"community_links": theme_variables.get("community_links", []),

0 commit comments

Comments
 (0)