Skip to content

Commit dc0fb13

Browse files
committed
More and More Changes
1 parent 23840d8 commit dc0fb13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
import mock
1919

2020
MOCK_MODULES = [
21-
'numpy', 'numpy.linalg', 'numpy.random', 'matplotlib.pyplot', 'matplotlib',
22-
'matplotlib.transforms', 'mpl_toolkits.axes_grid1', 'dill', 'multiprocess',
23-
'prompt_toolkit', 'prompt_toolkit.token', 'prompt_toolkit.styles',
24-
'prompt_toolkit.validation']
21+
'scipy', 'scipy.stats','numpy', 'numpy.linalg', 'numpy.random',
22+
'matplotlib.pyplot', 'matplotlib','matplotlib.transforms',
23+
'mpl_toolkits.axes_grid1', 'dill', 'multiprocess','prompt_toolkit',
24+
'prompt_toolkit.token', 'prompt_toolkit.styles','prompt_toolkit.validation']
2525
for mod_name in MOCK_MODULES:
2626
sys.modules[mod_name] = mock.Mock()
2727

0 commit comments

Comments
 (0)