diff --git a/doc/source/conf.py b/doc/source/conf.py index 7cd9743e463d0..66f5e631fa656 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -423,7 +423,7 @@ if include_api: intersphinx_mapping = { "dateutil": ("https://dateutil.readthedocs.io/en/latest/", None), - "matplotlib": ("https://matplotlib.org/", None), + "matplotlib": ("https://matplotlib.org/stable/", None), "numpy": ("https://numpy.org/doc/stable/", None), "pandas-gbq": ("https://pandas-gbq.readthedocs.io/en/latest/", None), "py": ("https://pylib.readthedocs.io/en/latest/", None),