From 83dfc27f4fcbd6f6d85773368e3dfc807e785b6c Mon Sep 17 00:00:00 2001 From: cpdmulde Date: Tue, 24 Oct 2017 10:32:50 +0200 Subject: [PATCH] building docs fails, so remove part from conf.py file again --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 29d92b748..dbdc78ae0 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,12 +16,6 @@ import sys import os -import mock - -MOCK_MODULES = ['numpy', 'scipy', 'matplotlib', 'matplotlib.pyplot'] -for mod_name in MOCK_MODULES: - sys.modules[mod_name] = mock.Mock() - # If extensions (or modules to document with autodoc) are in another # directory, add these directories to sys.path here. If the directory is # relative to the documentation root, use os.path.abspath to make it