Skip to content

Commit

Permalink
Revert "Don't mock keras for docs (#98)"
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 e9a837c
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 e9a837c

Please sign in to comment.