Skip to content

Commit

Permalink
Adjust link to bluesky autodocs and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Apr 18, 2024
1 parent c966850 commit de0315c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lockfiles/
.ipynb_checkpoints

# generated docs
docs/*/generated
docs/generated
docs/savefig

# generated version number
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
# docs in the python documentation.
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 de0315c

Please sign in to comment.