From 7441d5cc470da6d91ce3d324fa14890e153fe26f Mon Sep 17 00:00:00 2001 From: Keewis Date: Wed, 27 Nov 2019 14:09:02 +0100 Subject: [PATCH] add cftime intersphinx entries --- 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), }