From 4c26d6a639df1d08a3093cd2948a2e9a0107028b Mon Sep 17 00:00:00 2001 From: keewis Date: Wed, 27 Nov 2019 20:40:10 +0100 Subject: [PATCH] add cftime intersphinx entries (#3577) --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index b6edc07f612..65635353e93 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -351,4 +351,5 @@ "numba": ("https://numba.pydata.org/numba-doc/latest", None), "matplotlib": ("https://matplotlib.org", None), "dask": ("https://docs.dask.org/en/latest", None), + "cftime": ("https://unidata.github.io/cftime", None), }