Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 4, 2024
1 parent 809913b commit 3917e92
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,16 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = get_intersphinx_mapping(
"matplotlib", "mne", "nibabel", "nilearn", "numpy", "pandas", "python", "scipy"
packages={
"matplotlib",
"mne",
"nibabel",
"nilearn",
"numpy",
"pandas",
"python",
"scipy",
}
)
intersphinx_mapping["mne-gui-addons"] = ("https://mne.tools/mne-gui-addons", None)
intersphinx_timeout = 5
Expand Down

0 comments on commit 3917e92

Please sign in to comment.