Skip to content

Commit 906e058

Browse files
Update the documentation link for cothread
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.
1 parent 9ee2bf2 commit 906e058

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686
# docs in the python documentation.
8787
intersphinx_mapping = dict(
8888
python=('https://docs.python.org/3/', None),
89-
cothread=("https://cothread.readthedocs.org/en/stable/", None),
89+
cothread=(
90+
"https://diamondlightsource.github.io/cothread/master/", None
91+
),
9092
aioca=("https://dls-controls.github.io/aioca/master/", None),
9193
epicsdbbuilder=(
9294
"https://dls-controls.github.io/epicsdbbuilder/master/", None)

0 commit comments

Comments
 (0)