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 779a9ca commit 39f5b62Copy full SHA for 39f5b62
doc/conf.py
@@ -168,6 +168,8 @@
168
html_sidebars = {}
169
170
# 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.
173
intersphinx_mapping = get_intersphinx_mapping(
174
packages={
175
"matplotlib",
@@ -177,7 +179,6 @@
177
179
"numpy",
178
180
"pandas",
181
"python",
- "scipy",
182
}
183
)
184
intersphinx_mapping["mne-gui-addons"] = ("https://mne.tools/mne-gui-addons", None)
0 commit comments