Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NDoering99 authored Sep 30, 2024
1 parent 1541320 commit 145097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 145097d

Please sign in to comment.