We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81ff5a commit 25d7ffcCopy full SHA for 25d7ffc
conf.py
@@ -231,7 +231,7 @@ def wrapper(*args, **kwargs):
231
"github_repo": "tutorials",
232
"feedback_url": "https://github.com/pytorch/tutorials",
233
"github_version": "main",
234
- "doc_path": "docs/source",
+ "doc_path": ".",
235
"library_links": theme_variables.get("library_links", []),
236
"icon_links": theme_variables.get("icon_links", []),
237
"community_links": theme_variables.get("community_links", []),
@@ -249,7 +249,7 @@ def get_html_context():
249
250
251
252
253
254
255
0 commit comments