File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 168168html_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.
173- intersphinx_mapping = get_intersphinx_mapping (
174- packages = {
175- "matplotlib" ,
176- "mne" ,
177- "nibabel" ,
178- "nilearn" ,
179- "numpy" ,
180- "pandas" ,
181- "python" ,
182- }
171+ # When https://github.com/scipy/docs.scipy.org/issues/102 is resolved, we can
172+ # remove the scipy entry below and rely on intersphinx_registry.
173+ intersphinx_mapping = {
174+ "scipy" : ("https://scipy.github.io/devdocs/" , None ),
175+ "mne-gui-addons" : ("https://mne.tools/mne-gui-addons" , None ),
176+ }
177+ intersphinx_mapping .update (
178+ get_intersphinx_mapping (
179+ packages = {
180+ "matplotlib" ,
181+ "mne" ,
182+ "nibabel" ,
183+ "nilearn" ,
184+ "numpy" ,
185+ "pandas" ,
186+ "python" ,
187+ }
188+ )
183189)
184- intersphinx_mapping ["mne-gui-addons" ] = ("https://mne.tools/mne-gui-addons" , None )
185190intersphinx_timeout = 30
186191
187192sphinx_gallery_conf = {
You can’t perform that action at this time.
0 commit comments