Skip to content

Commit

Permalink
Merge pull request #84 from bmcfee/rtd-fix
Browse files Browse the repository at this point in the history
adding mocks to sphinx build for rtd
  • Loading branch information
bmcfee committed Jul 19, 2017
2 parents f64290e + e50679d commit 6445351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
import mock
MOCK_MODULES = ['numpy', 'scipy', 'scipy.sparse',
'sklearn', 'sklearn.preprocessing',
'mir_eval', 'jams', 'librosa', 'librosa.util', 'librosa.feature']
'mir_eval', 'mir_eval.util',
'jams', 'librosa', 'librosa.util', 'librosa.feature']
sys.modules.update((mod_name, mock.Mock()) for mod_name in MOCK_MODULES)

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 6445351

Please sign in to comment.