Skip to content

Commit

Permalink
DOC: fix objects.inv location for bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 16, 2024
1 parent acd491b commit edf1f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"bluesky": ("https://blueskyproject.io/bluesky/", None),
"bluesky": ("https://blueskyproject.io/bluesky/main", None),
"numpy": ("https://numpy.org/devdocs/", None),
"databroker": ("https://blueskyproject.io/databroker/", None),
"event-model": ("https://blueskyproject.io/event-model/main", None),
Expand Down

0 comments on commit edf1f15

Please sign in to comment.