diff --git a/docs/conf.py b/docs/conf.py index 3abbb93..6fa08c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ napoleon_use_param = False napoleon_use_ivar = True -autodoc_mock_imports = ["numpy", "pandas", "networkx", "tqdm", "Bio", "nglview", "PIL"] +autodoc_mock_imports = ["numpy", "pandas", "networkx", "tqdm", "Bio", "nglview", "PIL", "MDAnalysis", "scipy", "matplotlib", "sklearn"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]