Skip to content

Commit

Permalink
Add scipy.sparse to docs mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksnape committed Jun 3, 2015
1 parent 27408c8 commit 5b77260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def __getattr__(cls, name):
'matplotlib', 'matplotlib.pyplot', 'scipy.spatial',
'scipy.spatial.distance', 'IPython', 'IPython.display',
'IPython.html', 'IPython.html.widgets',
'numpy.dtype', 'scipy.ndimage', 'scipy.linalg.blas']
'numpy.dtype', 'scipy.ndimage', 'scipy.linalg.blas',
'scipy.sparse']
# Masking our Cython modules
MOCK_MODULES += ['menpo.transform.piecewiseaffine.fastpwa',
'menpo.feature.windowiterator',
Expand Down

0 comments on commit 5b77260

Please sign in to comment.