Skip to content

Commit

Permalink
Revert "Don't mock keras for docs (#98)" (#99)
Browse files Browse the repository at this point in the history
This reverts commit d18f21d.
  • Loading branch information
jklaise authored May 24, 2019
1 parent d18f21d commit b8ca3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

# mock imports
autodoc_mock_imports = ['pandas', 'sklearn', 'spacy', 'skimage', 'requests',
'cv2', 'bs4', 'seaborn']
'cv2', 'bs4', 'keras', 'seaborn']

# Napoleon settings
napoleon_google_docstring = True
Expand Down

0 comments on commit b8ca3c2

Please sign in to comment.