Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Fix for automatic documentation generation without sklearn installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Apr 21, 2015
1 parent bbcae02 commit 0c35e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __getattr__(cls, name):
return object
return Mock()

MOCK_MODULES = ['numpy', 'theano',
MOCK_MODULES = ['numpy', 'theano', 'sklearn.cross_validation',
'sklearn.base', 'sklearn.pipeline', 'sklearn.preprocessing',
'pylearn2.termination_criteria', 'pylearn2.datasets', 'pylearn2.models',
'pylearn2.training_algorithms', 'pylearn2.costs.mlp.dropout',
Expand Down

0 comments on commit 0c35e3f

Please sign in to comment.