diff --git a/doc/conf.py b/doc/conf.py index 38b96d56b8..93aa1f023a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -15,8 +15,7 @@ def __getattr__(cls, name): MOCK_MODULES = ['tensorflow', 'tensorflow.core', 'tensorflow.core.framework', 'tensorflow.python', - 'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis', - 'numpy', 'scipy', 'scipy.sparse'] + 'tensorflow.python.framework', 'tensorflow_serving', 'tensorflow_serving.apis'] sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) version = '1.1.2'