We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c668 commit a4e9e8aCopy full SHA for a4e9e8a
docs/source/conf.py
@@ -76,6 +76,9 @@
76
# Usually you set "language" from the command line for these cases.
77
language = None
78
79
+MOCK_MODULES = ['numpy', 'scipy']
80
+sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
81
+
82
# There are two options for replacing |today|: either, you set today to some
83
# non-false value, then it is used:
84
#today = ''
0 commit comments