Skip to content

Commit 1be6f2f

Browse files
committed
fix intersphinx for numpy/scipy
1 parent ef11128 commit 1be6f2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
intersphinx_mapping = {
102102
"matplotlib": ("https://matplotlib.org/stable", None),
103103
"mne": ("https://mne.tools/stable/", None),
104-
"numpy": ("https://numpy.org/devdocs", None),
104+
"numpy": ("https://numpy.org/doc/stable", None),
105105
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
106106
"python": ("https://docs.python.org/3", None),
107-
"scipy": ("https://scipy.github.io/devdocs", None),
107+
"scipy": ("https://docs.scipy.org/doc/scipy", None),
108108
"sklearn": ("https://scikit-learn.org/stable/", None),
109109
}
110110
intersphinx_timeout = 5

0 commit comments

Comments
 (0)