From aadce525be869e98f197d45683f8e1f733eff439 Mon Sep 17 00:00:00 2001 From: Joachim Ungar Date: Tue, 28 Feb 2017 11:20:23 +0100 Subject: [PATCH] adding numpy to mock list --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index cc75a025..ea4ebd0e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -180,6 +180,7 @@ def __getattr__(cls, name): 'rasterio.crs', 'matplotlib', 'matplotlib.pyplot', + 'numpy', 'gdal', 'cached_property', 'pyproj',