From f7cfd70073d4389c1ef47fefe3681ee7272c86ee Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Tue, 23 Nov 2021 13:59:47 +0100
Subject: [PATCH] test removing cython mock

---
 docs/source/conf.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0292503d0..5c865886a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -62,12 +62,6 @@ sys.path.append(os.path.abspath("../pycalibration/"))
 p = Popen(["./makeAllDocs.sh"])
 p.communicate()
 
-import mock
-autodoc_mock_imports = ['Cython']
-
-MOCK_MODULES = ['numpy', 'matplotlib', 'matplotlib.pyplot','Cython']
-for mod_name in MOCK_MODULES:
-    sys.modules[mod_name] = mock.Mock()
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
-- 
GitLab