Skip to content

Commit 39f5b62

Browse files
removing buggy scipy
1 parent 779a9ca commit 39f5b62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@
168168
html_sidebars = {}
169169

170170
# Example configuration for intersphinx: refer to the Python standard library.
171+
# No SciPy mapping here because docs.scipy.org frequently times out during CI,
172+
# and our builds treat warnings as errors.
171173
intersphinx_mapping = get_intersphinx_mapping(
172174
packages={
173175
"matplotlib",
@@ -177,7 +179,6 @@
177179
"numpy",
178180
"pandas",
179181
"python",
180-
"scipy",
181182
}
182183
)
183184
intersphinx_mapping["mne-gui-addons"] = ("https://mne.tools/mne-gui-addons", None)

0 commit comments

Comments
 (0)