Skip to content

Commit 7ca9284

Browse files
Merge pull request #38907 from peterfpeterson/intersphinx_url_update
Update the intersphinx urls as the warnings suggested - ornl-next
2 parents 6aae0de + dca80ff commit 7ca9284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ def setup(app):
214214
# -- Link to other projects ----------------------------------------------------
215215

216216
intersphinx_mapping = {
217-
"h5py": ("https://h5py.readthedocs.io/en/stable/", None),
218-
"matplotlib": ("https://matplotlib.org", None),
217+
"h5py": ("https://docs.h5py.org/en/stable/", None),
218+
"matplotlib": ("https://matplotlib.org/stable/", None),
219219
"numpy": ("https://numpy.org/doc/stable/", None),
220220
"python": ("https://docs.python.org/3/", None),
221-
"SciPy": ("https://docs.scipy.org/doc/scipy/reference", None),
221+
"SciPy": ("https://docs.scipy.org/doc/scipy/", None),
222222
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
223223
"pystog": ("https://pystog.readthedocs.io/en/latest/", None),
224224
"mantid-dev": ("https://developer.mantidproject.org/", None),

0 commit comments

Comments
 (0)