Skip to content

Commit 9c9f335

Browse files
drvinceknightmarcharper
authored andcommitted
Add missing requirements and mocks for sphinx
1 parent 2e1f4df commit 9c9f335

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
'scipy', 'scipy.stats','numpy', 'numpy.linalg', 'numpy.random',
2222
'matplotlib.pyplot', 'matplotlib','matplotlib.transforms', 'tqdm',
2323
'mpl_toolkits.axes_grid1', 'dill', 'multiprocess','prompt_toolkit',
24-
'prompt_toolkit.token', 'prompt_toolkit.styles','prompt_toolkit.validation']
24+
'prompt_toolkit.token', 'prompt_toolkit.styles','prompt_toolkit.validation',
25+
'pandas', 'pandas.util', 'pandas.util.decorators', 'toolz', 'toolz.curried',
26+
'toolz.functoolz', 'cloudpickle', 'dask', 'dask.dataframe']
2527
for mod_name in MOCK_MODULES:
2628
sys.modules[mod_name] = mock.Mock()
2729

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ scipy>=0.19.0
66
hypothesis==3.2
77
dask>=0.11.0
88
pandas>=0.18.1
9+
toolz>=0.8.0
10+
cloudpickle>=0.2.1

0 commit comments

Comments
 (0)