summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-28 16:56:46 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-28 16:56:46 +0200
commit71c152ab92ddb9405a2d975e2f84cc3f155d6975 (patch)
tree836f6f24faa9ac10c203f73898b2b619466ef517 /docs/source
parenta4e9e8a3a4724439939d04d95b0c29d0c5823f4f (diff)
RTD2
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6ba42ab..1c1bb40 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -76,9 +76,6 @@ release = u'0.1'
# Usually you set "language" from the command line for these cases.
language = None
-MOCK_MODULES = ['numpy', 'scipy']
-sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
-
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''