Skip to content

Commit

Permalink
add byte_triggers to mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 11, 2024
1 parent 0af1c6f commit aa519ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
intersphinx_mapping = get_intersphinx_mapping(
packages={"matplotlib", "mne", "numpy", "pandas", "python", "scipy", "sklearn"}
)
intersphinx_mapping["byte_triggers"] = (
"https://fcbg-platforms.github.io/byte-triggers/",
None,
)
intersphinx_timeout = 5

# -- sphinx-issues ---------------------------------------------------------------------
Expand Down

0 comments on commit aa519ee

Please sign in to comment.