Skip to content

Commit

Permalink
Fix for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Dec 1, 2019
1 parent b209caf commit 4590be3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,7 @@
nbsphinx_execute = 'never'

autodoc_mock_imports = [
'numpy',
'scipy',
'pandas',
'sklearn',
'jellyfish',
'six',
'joblib'
'jellyfish'
]

# -- Napoleon options ---------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ sphinx-rtd-theme
ipykernel
nbconvert>=5.0.0
nbsphinx
numpy
scipy
pandas
joblib
scikit-learn

0 comments on commit 4590be3

Please sign in to comment.