Skip to content

Commit

Permalink
Update the documentation link for cothread
Browse files Browse the repository at this point in the history
This is required due to a side-effect of making the /stable endpoint
also redirect to the GHPages version of the docs - the objects.inv link
does not correctly survive the redirect.
  • Loading branch information
AlexanderWells-diamond committed Nov 27, 2023
1 parent 9ee2bf2 commit 906e058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
# docs in the python documentation.
intersphinx_mapping = dict(
python=('https://docs.python.org/3/', None),
cothread=("https://cothread.readthedocs.org/en/stable/", None),
cothread=(
"https://diamondlightsource.github.io/cothread/master/", None
),
aioca=("https://dls-controls.github.io/aioca/master/", None),
epicsdbbuilder=(
"https://dls-controls.github.io/epicsdbbuilder/master/", None)
Expand Down

0 comments on commit 906e058

Please sign in to comment.