Skip to content

Commit

Permalink
Update to fix broken ReadTheDocs generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansour committed Jul 6, 2021
1 parent 4f5c01b commit 1c314e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/docs_generator/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ class Mock(MagicMock):
@classmethod
def __getattr__(cls, name):
return MagicMock()
MOCK_MODULES = ['pint', 'numpy', '_StGermain', 'StGermain', '_StgDomain', '_PICellerator', '_StgFEM', '_Solvers',
MOCK_MODULES = ['pint', 'pint.errors', 'numpy', '_StGermain', 'StGermain', '_StgDomain', '_PICellerator', '_StgFEM', '_Solvers',
'_Underworld', 'h5py', '_Function', '_gLucifer', '_c_arrays', '_c_pointers',
'_StGermain_Tools', '_petsc', 'mpi4py', 'underworld.libUnderworld.libUnderworldPy.StGermain', 'underworld.libUnderworld.libUnderworldPy.StgDomain', 'underworld.libUnderworld.libUnderworldPy.StgFEM',
'underworld.libUnderworld.libUnderworldPy.PICellerator', 'underworld.libUnderworld.libUnderworldPy.Underworld', 'underworld.libUnderworld.libUnderworldPy.Solvers', 'underworld.libUnderworld.libUnderworldPy.gLucifer', 'underworld.libUnderworld.libUnderworldPy.c_arrays', 'underworld.libUnderworld.libUnderworldPy.c_pointers',
Expand Down

0 comments on commit 1c314e6

Please sign in to comment.