From 4590be389105e6a3b093bf8070b702164732ecfa Mon Sep 17 00:00:00 2001 From: Jonathan de Bruin Date: Sun, 1 Dec 2019 16:28:16 +0100 Subject: [PATCH] Fix for readthedocs --- docs/conf.py | 8 +------- docs/requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 55da0d19..4f111674 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -311,13 +311,7 @@ nbsphinx_execute = 'never' autodoc_mock_imports = [ - 'numpy', - 'scipy', - 'pandas', - 'sklearn', - 'jellyfish', - 'six', - 'joblib' + 'jellyfish' ] # -- Napoleon options --------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index ed47b12b..e6331aab 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,9 @@ sphinx-rtd-theme ipykernel nbconvert>=5.0.0 nbsphinx +numpy +scipy +pandas +joblib +scikit-learn