Skip to content

Commit

Permalink
missing mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jan 18, 2016
1 parent 87c91bf commit 49bb69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# http://blog.rtwilson.com/how-to-make-your-sphinx-documentation-compile-with-
# readthedocs-when-youre-using-numpy-and-scipy/
import mock
MOCK_MODULES = ['numpy', 'scipy', 'pandas', 'h5py']
MOCK_MODULES = ['numpy', 'scipy', 'scipy.sparse', 'pandas', 'h5py']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down
2 changes: 1 addition & 1 deletion docs/cooler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ API Reference
.. autofunction:: cooler.get
.. autofunction:: cooler.read_chrominfo
.. autofunction:: cooler.make_bintable
.. autofunction:: open_hdf5
.. autofunction:: cooler.open_hdf5

0 comments on commit 49bb69b

Please sign in to comment.