Skip to content

Commit 08e82ff

Browse files
authored
Change pytorch version in docs to stable (#176)
1 parent 9e14790 commit 08e82ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def get_years(start_year=2021):
104104

105105
intersphinx_mapping = {
106106
"python": ("https://docs.python.org/3", None),
107-
"torch": ("https://pytorch.org/docs/master/", None),
107+
"torch": ("https://pytorch.org/docs/stable/", None),
108108
"sklearn": ("https://scikit-learn.org/stable", None),
109109
"numpy": ("https://numpy.org/doc/stable/", None),
110110
"matplotlib": ("https://matplotlib.org/stable/", None),

0 commit comments

Comments
 (0)