From 426b17c88e39800a3f99d17e51ff4697942eec28 Mon Sep 17 00:00:00 2001 From: wiheto Date: Tue, 16 Feb 2021 12:15:21 +0100 Subject: [PATCH] rtd import error fix --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8fa6a54..4cc4f0b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,6 +199,6 @@ numpydoc_show_class_members = False # MOCK MODULESS -autodoc_mock_imports = ['tables', 'sklearn', 'joblib'] +autodoc_mock_imports = ['tables', 'sklearn', 'joblib', 'nilearn']