Skip to content

Commit

Permalink
Mock new imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolleko committed Apr 5, 2017
1 parent d41009f commit 27ca57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def __getattr__(cls, name):
if on_RTD:
MOCK_MODULES = ['pygtk', 'gtk', 'gobject', 'argparse', 'numpy', 'pandas', 'scipy', 'unqlite',
'dask', 'distributed', 'graphviz', 'matplotlib', 'sobol_seq', 'GPy', 'dask.delayed',
'scipy.optimize', 'scipy.stats', 'matplotlib.pyplot', 'numpy.random', 'distributed.client']
# 'scipy.optimize', 'scipy.stats', 'matplotlib', 'matplotlib.pyplot', 'GPy']
'scipy.optimize', 'scipy.stats', 'matplotlib.pyplot', 'numpy.random', 'distributed.client',
'networkx', 'ipyparallel', 'numpy.lib', 'numpy.lib.format']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

html_theme = 'default'
Expand Down

0 comments on commit 27ca57b

Please sign in to comment.