Skip to content

Commit

Permalink
Add mpi4py.MPI._p_pickle to MOCK_MODULES.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Apr 22, 2015
1 parent b4a569c commit 6af2819
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ def __getattr__(cls, name):
def __getitem__(self, v):
return Mock()

MOCK_MODULES = ['bidict', 'chash', 'lxml', 'matplotlib', 'matplotlib.pyplot',
'mpi4py', 'mpi4py.MPI',
#import ipdb
#ipdb.set_trace()
MOCK_MODULES = ['bidict', 'chash', 'dill', 'lxml', 'matplotlib', 'matplotlib.pyplot',
'mpi4py', 'mpi4py.MPI', 'mpi4py.MPI._p_pickle',
'msgpack', 'msgpack_numpy', 'networkx', 'numpy', 'pandas',
'ply', 'ply.lex', 'ply.yacc',
'pycuda', 'pycuda.compiler', 'pycuda.driver',
Expand Down Expand Up @@ -94,7 +96,7 @@ def __getitem__(self, v):

# General information about the project.
project = u'Neurokernel'
copyright = u'2013-2014, Lev Givon'
copyright = u'2013-2015, Lev Givon'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 6af2819

Please sign in to comment.