Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel committed Aug 7, 2019
1 parent 9c3ad55 commit 206b4e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,11 @@

# -- Extension configuration -------------------------------------------------

autodoc_mock_imports = ['skimage', 'tensorflow']
autodoc_mock_imports = [
'skimage',
'keras',
'tensorflow',
'efficientnet',
'classification_models',
'keras_applications',
]

0 comments on commit 206b4e4

Please sign in to comment.