From 502589355a50b95e4c03dc84ff6462f0c31b4302 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sun, 10 Nov 2024 12:17:02 -0700 Subject: [PATCH] Minor documentation fix --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3c92f74..a42857d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -314,7 +314,7 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3', None), 'numpy': ('http://docs.scipy.org/doc/numpy', None), 'scipy': ('http://docs.scipy.org/doc/scipy/reference', None), - 'matplotlib': ('http://matplotlib.sourceforge.net', None), + 'matplotlib': ('http://matplotlib.org/stable/', None), 'thermo': ('https://thermo.readthedocs.io/', None), 'chemicals': ('https://chemicals.readthedocs.io/', None), 'fluids': ('https://fluids.readthedocs.io/', None)}