Skip to content

Commit

Permalink
Make skimage a true requirement for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Mar 3, 2015
1 parent 8955714 commit de2566f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __getattr__(self, name):
else:
return Mock()

MOCK_MODULES = ['skimage', 'h5py']
MOCK_MODULES = ['h5py']
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
for module in MOCK_MODULES:
Expand Down
1 change: 1 addition & 0 deletions doc/rtd-pip-requirements
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ scipy>=0.13
viridis>=0.3
six>=1.9.0
scikit-learn>=0.15
scikit-image>=0.10

0 comments on commit de2566f

Please sign in to comment.