Skip to content

Commit

Permalink
add pyserial to intersphinx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 6, 2024
1 parent 8f0fd02 commit 9c35f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from unittest.mock import Mock

# Mock _ok module
sys.modules['_ok'] = Mock()
sys.modules["_ok"] = Mock()

project = "miniscope-io"
copyright = "2023, Jonny"
Expand Down Expand Up @@ -49,6 +49,7 @@
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"rich": ("https://rich.readthedocs.io/en/stable/", None),
"pyserial": ("https://pyserial.readthedocs.io/en/stable/", None),
}

# ----------
Expand Down

0 comments on commit 9c35f5b

Please sign in to comment.