From 10c2d926ae7c1436e50a0f7d27b578d961b35488 Mon Sep 17 00:00:00 2001 From: dcherian Date: Fri, 17 Jun 2022 21:31:32 -0600 Subject: [PATCH] Add intersphinx mapping Closes #82 --- _config.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/_config.yml b/_config.yml index 9bded22e..13b85327 100644 --- a/_config.yml +++ b/_config.yml @@ -77,3 +77,26 @@ sphinx: scipy-tutorial/00_overview.ipynb: overview/get-started.md 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