Skip to content

Commit 55916a2

Browse files
authored
[DOCS] Fix scipy docs inv (#8619)
1 parent b3e832a commit 55916a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def git_describe_version(original_version):
190190
intersphinx_mapping = {
191191
"python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
192192
"numpy": ("https://numpy.org/doc/stable", None),
193-
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
193+
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
194194
"matplotlib": ("https://matplotlib.org/", None),
195195
}
196196

0 commit comments

Comments
 (0)