Skip to content

Commit ac1d009

Browse files
authored
Merge pull request matplotlib#29005 from QuLogic/doc-meson-intersphinx
DOC: Update meson-python intersphinx link
2 parents 190aa67 + fd776ea commit ac1d009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def autodoc_process_bases(app, name, obj, options, bases):
269269
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
270270
'tornado': ('https://www.tornadoweb.org/en/stable/', None),
271271
'xarray': ('https://docs.xarray.dev/en/stable/', None),
272-
'meson-python': ('https://meson-python.readthedocs.io/en/stable/', None),
272+
'meson-python': ('https://mesonbuild.com/meson-python/', None),
273273
'pip': ('https://pip.pypa.io/en/stable/', None),
274274
}
275275

0 commit comments

Comments
 (0)