Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
# When https://github.com/scipy/docs.scipy.org/issues/102 is resolved, we can
# remove the scipy entry below and rely on intersphinx_registry.
intersphinx_mapping = {
"scipy": ("https://scipy.github.io/devdocs/", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory this is what get_intersphinx_mapping should also use... I think

"mne-gui-addons": ("https://mne.tools/mne-gui-addons", None),
}
intersphinx_mapping.update(
Expand Down