Skip to content

Commit

Permalink
Merge pull request #348 from decarlof/master
Browse files Browse the repository at this point in the history
fixes the API documentation
  • Loading branch information
dgursoy committed Oct 12, 2018
2 parents 94e58f8 + 5525111 commit 61cd323
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ def __or__(self, other):
'matplotlib', 'matplotlib.pylab', 'tifffile', 'EdfFile', 'netCDF4',
'spefile', 'scipy.ndimage', 'pywt', 'scikit-image', 'skimage',
'skimage.io', 'skimage.filter', 'skimage.morphology', 'skimage.feature',
'DM3lib', 'pyfftw', 'dxchange', 'numexpr', 'concurrent', 'concurrent.futures']
'skimage.transform', 'DM3lib', 'pyfftw', 'dxchange', 'numexpr', 'concurrent',
'concurrent.futures',
]

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

0 comments on commit 61cd323

Please sign in to comment.