Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbrinkman committed Mar 28, 2018
1 parent 95f1041 commit 812ae54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def __init__(self, *args, **kwargs):
self.__ge__ = lambda _, __: True

MOCK_MODULES = ['numpy', 'numpy.random', 'scipy', 'scipy.misc',
'scipy.special', 'scipy.stats', 'scipy.optimize', 'sklearn']
'scipy.special', 'scipy.stats', 'scipy.optimize',
'scipy.sparse', 'sklearn']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = OrderingMock()
Expand Down

0 comments on commit 812ae54

Please sign in to comment.