Skip to content

Commit

Permalink
Trying to fix the docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Aug 11, 2023
1 parent f5b3ddf commit 248f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -21,7 +21,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['numpy','dist','_tort','tort','f90wrap','crystal_torture._tort','crystal_torture.dist','crystal_torture.tort']
MOCK_MODULES = ['dist','_tort','tort','f90wrap','crystal_torture._tort','crystal_torture.dist','crystal_torture.tort']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)


Expand Down

0 comments on commit 248f585

Please sign in to comment.