From fd776ea850f326c6753ca3f7a4d3bff966e74d27 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 22 Oct 2024 02:34:58 -0400 Subject: [PATCH] DOC: Update meson-python intersphinx link The old one is getting readthedocs' pseudo-redirect with an HTML page. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index b8f5fa15f172..6e69d18f9889 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -269,7 +269,7 @@ def autodoc_process_bases(app, name, obj, options, bases): '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), 'pip': ('https://pip.pypa.io/en/stable/', None), }