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 b3e832a commit 55916a2Copy full SHA for 55916a2
docs/conf.py
@@ -190,7 +190,7 @@ def git_describe_version(original_version):
190
intersphinx_mapping = {
191
"python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
192
"numpy": ("https://numpy.org/doc/stable", None),
193
- "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
+ "scipy": ("https://docs.scipy.org/doc/scipy/", None),
194
"matplotlib": ("https://matplotlib.org/", None),
195
}
196
0 commit comments