From eb4febb9fedc8ace3d2ec15944e3dedfd8615aaf Mon Sep 17 00:00:00 2001 From: AlexWells Date: Mon, 27 Nov 2023 13:19:02 +0000 Subject: [PATCH] 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. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1bb4aaa1..776d9eb7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,7 @@ # 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)