We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef11128 commit 1be6f2fCopy full SHA for 1be6f2f
1 file changed
doc/conf.py
@@ -101,10 +101,10 @@
101
intersphinx_mapping = {
102
"matplotlib": ("https://matplotlib.org/stable", None),
103
"mne": ("https://mne.tools/stable/", None),
104
- "numpy": ("https://numpy.org/devdocs", None),
+ "numpy": ("https://numpy.org/doc/stable", None),
105
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
106
"python": ("https://docs.python.org/3", None),
107
- "scipy": ("https://scipy.github.io/devdocs", None),
+ "scipy": ("https://docs.scipy.org/doc/scipy", None),
108
"sklearn": ("https://scikit-learn.org/stable/", None),
109
}
110
intersphinx_timeout = 5
0 commit comments