Skip to content

Commit 9ed2149

Browse files
authored
Merge pull request MIT-LCP#229 from MIT-LCP/fix_docs
Fixes ReadTheDocs build error
2 parents 4a8c4f4 + 4ea1621 commit 9ed2149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __getattr__(cls, name):
3030
return MagicMock()
3131

3232
MOCK_MODULES = ['numpy', 'matplotlib', 'matplotlib.pyplot', 'pandas', 'scipy',
33-
'sklearn', 'sklearn.preprocessing', 'requests', 'mne']
33+
'sklearn', 'sklearn.preprocessing', 'mne']
3434
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3535

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

0 commit comments

Comments
 (0)