Skip to content

Commit

Permalink
Merge pull request #49 from NDoering99/NDoering99-patch-1
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
NDoering99 authored Oct 16, 2024
2 parents 7d7665c + ed477cd commit c792cbe
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 @@ -24,7 +24,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ["numpy", "pandas", "networkx", "tqdm", "Bio", "nglview", "PIL", "MDAnalysis", "scipy", "scipy.stats", "scipy.cluster", "matplotlib", "sklearn", "sklearn.metrics", "sklearn.mixture", "MDAnalysis.analysis", "MDAnalysis.analysis.dihedrals", "matplotlib.pyplot"]
MOCK_MODULES = ["seaborn", "numpy", "pandas", "networkx", "tqdm", "Bio", "nglview", "PIL", "MDAnalysis", "scipy", "scipy.stats", "scipy.cluster", "matplotlib", "sklearn", "sklearn.metrics", "sklearn.mixture", "MDAnalysis.analysis", "MDAnalysis.analysis.dihedrals", "matplotlib.pyplot"]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import mdpath
Expand Down

0 comments on commit c792cbe

Please sign in to comment.