Skip to content

Commit 75e3358

Browse files
committed
Add intersphinx mapping
Closes #82
1 parent b95f901 commit 75e3358

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_config.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,27 @@ bibtex_bibfiles:
6060
sphinx:
6161
config:
6262
bibtex_reference_style: author_year # or label, super, \supercite
63+
intersphinx_mapping:
64+
xarray:
65+
- https://docs.xarray.dev/en/stable/
66+
- null
67+
numpy:
68+
- https://numpy.org/doc/stable
69+
- null
70+
scipy:
71+
- https://docs.scipy.org/doc/scipy
72+
- null
73+
matplotlib:
74+
- https://matplotlib.org/stable/
75+
- null
76+
dask:
77+
- https://docs.dask.org/en/latest
78+
- null
79+
python:
80+
- https://docs.python.org/3/
81+
- null
82+
pandas:
83+
- https://pandas.pydata.org/pandas-docs/stable
84+
- null
6385
extra_extensions:
6486
- sphinx_codeautolink

0 commit comments

Comments
 (0)