Skip to content

Commit

Permalink
mock update
Browse files Browse the repository at this point in the history
  • Loading branch information
decarlof committed Aug 26, 2016
1 parent c60bb75 commit cc27a09
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -69,7 +70,7 @@
master_doc = 'index'

# General information about the project.
project = u'esign'
project = u'XDesign'
copyright = u'2016, UChicago Argonne, LLC'
author = u'Doga Gursoy'

Expand Down Expand Up @@ -340,7 +341,9 @@ def __getattr__(cls, name):
return Mock()

MOCK_MODULES = [
'numpy', 'scipy', 'matplotlib']
'numpy', 'scipy', 'scipy.stats', 'scipy.ndimage',
'matplotlib', 'matplotlib.pyplot', 'matplotlib.patches',
'phasepack', 'cached-property']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

0 comments on commit cc27a09

Please sign in to comment.