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 12a4cba commit e227150Copy full SHA for e227150
docs/conf.py
@@ -30,7 +30,7 @@
30
"matplotlib": ("https://matplotlib.org/stable", None),
31
"numpy": ("https://numpy.org/doc/stable", None),
32
"pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),
33
- "scipy": ("https://docs.scipy.org/doc/scipy-1.8.0/html-scipyorg", None),
+ "scipy": ("https://docs.scipy.org/doc/scipy-1.8.0/", None),
34
}
35
36
autodoc_member_order = "bysource"
0 commit comments