Skip to content

Commit

Permalink
Update intersphinx urls
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Sep 18, 2023
1 parent 0c62248 commit 923e3cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@

intersphinx_mapping = {
'geometric_features':
('http://mpas-dev.github.io/geometric_features/stable', None),
'matplotlib': ('http://matplotlib.org/stable', None),
'mpas_tools': ('http://mpas-dev.github.io/MPAS-Tools/stable', None),
('https://mpas-dev.github.io/geometric_features/stable', None),
'matplotlib': ('https://matplotlib.org/stable', None),
'mpas_tools': ('https://mpas-dev.github.io/MPAS-Tools/stable', None),
'numpy': ('https://numpy.org/doc/stable', None),
'python': ('https://docs.python.org', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
'xarray': ('http://xarray.pydata.org/en/stable', None)
'xarray': ('https://xarray.pydata.org/en/stable', None)
}

# -- MyST settings ---------------------------------------------------
Expand Down

0 comments on commit 923e3cd

Please sign in to comment.