From 3cf5e95e1c98e5ab3ba955606b2bfd1aa324b911 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:24:26 +0200 Subject: [PATCH] Backport PR #29005: DOC: Update meson-python intersphinx link --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 8036edec9989..04f48204eb77 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -241,7 +241,7 @@ def _check_dependencies(): 'scipy': ('https://docs.scipy.org/doc/scipy/', None), 'tornado': ('https://www.tornadoweb.org/en/stable/', None), 'xarray': ('https://docs.xarray.dev/en/stable/', None), - 'meson-python': ('https://meson-python.readthedocs.io/en/stable/', None) + 'meson-python': ('https://mesonbuild.com/meson-python/', None), }