Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 714d0a2

Browse files
committed
MNT: fix/add intersphinx
1 parent aa8521e commit 714d0a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,11 @@ def __getattr__(cls, name):
255255

256256
intersphinx_mapping = {
257257
'python': ('https://docs.python.org/3/', None),
258-
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
258+
'numpy': ('https://numpy.org/doc/stable/objects.inv', None),
259259
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
260260
'matplotlib': ('https://matplotlib.org/', None),
261-
'sphinx': ('http://www.sphinx-doc.org/en/master/', None),
261+
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
262+
'xarray': ('http://xarray.pydata.org/en/stable/', None),
262263
}
263264

264265
# -- Napoleon settings for docstring processing -------------------------------

0 commit comments

Comments
 (0)