Skip to content

Commit

Permalink
Add intersphinx mapping
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
dcherian committed Jun 18, 2022
1 parent b95f901 commit 75e3358
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,27 @@ bibtex_bibfiles:
sphinx:
config:
bibtex_reference_style: author_year # or label, super, \supercite
intersphinx_mapping:
xarray:
- https://docs.xarray.dev/en/stable/
- null
numpy:
- https://numpy.org/doc/stable
- null
scipy:
- https://docs.scipy.org/doc/scipy
- null
matplotlib:
- https://matplotlib.org/stable/
- null
dask:
- https://docs.dask.org/en/latest
- null
python:
- https://docs.python.org/3/
- null
pandas:
- https://pandas.pydata.org/pandas-docs/stable
- null
extra_extensions:
- sphinx_codeautolink

0 comments on commit 75e3358

Please sign in to comment.