Skip to content

Commit

Permalink
See if this gets rid of RTD errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvm committed Jan 17, 2015
1 parent 53ad992 commit eb35a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def __getattr__(cls, name):

MOCK_MODULES = ['numpy', 'six', 'scipy', 'theano', 'theano.scalar',
'theano.tensor', 'theano.tensor.sharedvar',
'theano.tensor.shared_randomstreams', 'nose', 'nose2']
'theano.tensor.shared_randomstreams', 'nose', 'nose2',
'numpy.distutils.core']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit eb35a79

Please sign in to comment.