Skip to content

Commit

Permalink
[DOCS] Fix scipy docs inv (#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Aug 2, 2021
1 parent b3e832a commit 55916a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def git_describe_version(original_version):
intersphinx_mapping = {
"python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
"matplotlib": ("https://matplotlib.org/", None),
}

Expand Down

0 comments on commit 55916a2

Please sign in to comment.