Skip to content

Commit

Permalink
DOC mock more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Dec 17, 2015
1 parent 606f254 commit 6931c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __getattr__(cls, name):
'tqdm', 'tabulate', 'numpy', 'scipy', 'scipy.stats',
'pycrfsuite', 'sklearn_crfsuite', 'sklearn_crfsuite.metrics',
'lxml', 'lxml.html', 'lxml.html.clean',
'ipywidgets', 'IPython', 'IPython.display',
]

sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
Expand Down

0 comments on commit 6931c08

Please sign in to comment.