From bcac074209262e19f309e09ed4d2a5ee8b0600be Mon Sep 17 00:00:00 2001 From: STerliakov Date: Sat, 26 Jul 2025 02:29:07 +0200 Subject: [PATCH 1/2] Point to cython RTD --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 79a5c0619615..d21dffdd8be3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -278,7 +278,7 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "attrs": ("https://www.attrs.org/en/stable/", None), - "cython": ("https://docs.cython.org/en/latest", None), + "cython": ("https://cython.readthedocs.io/en/stable", None), "monkeytype": ("https://monkeytype.readthedocs.io/en/latest", None), "setuptools": ("https://setuptools.readthedocs.io/en/latest", None), } From 3d05333c36ec1dd1fb1245c20b370917bd7317cf Mon Sep 17 00:00:00 2001 From: STerliakov Date: Sat, 26 Jul 2025 02:30:25 +0200 Subject: [PATCH 2/2] Point to new setuptools RTD domain (pointed out by CI) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d21dffdd8be3..02caa44dce11 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -280,7 +280,7 @@ "attrs": ("https://www.attrs.org/en/stable/", None), "cython": ("https://cython.readthedocs.io/en/stable", None), "monkeytype": ("https://monkeytype.readthedocs.io/en/latest", None), - "setuptools": ("https://setuptools.readthedocs.io/en/latest", None), + "setuptools": ("https://setuptools.pypa.io/en/latest", None), }