Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Nov 8, 2016
1 parent 75f61a1 commit 3352391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import subprocess
import mock

MOCK_MODULES = ['numpy', 'scipy', 'joblib', 'networkx', 'cython']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
#MOCK_MODULES = ['numpy', 'scipy', 'joblib', 'networkx', 'cython']
#for mod_name in MOCK_MODULES:
# sys.modules[mod_name] = mock.Mock()

subprocess.call('pip install numpydoc', shell=True)

Expand Down

0 comments on commit 3352391

Please sign in to comment.