Skip to content

Commit

Permalink
Merge pull request #219 from clemekay/main
Browse files Browse the repository at this point in the history
Added mpi4py.util.dtlib to docs MOCK_MODULES
  • Loading branch information
clemekay authored Aug 6, 2024
2 parents acadc09 + b4c6c40 commit eb564c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# On Read the Docs, need to mock any python packages that would require c
from unittest.mock import MagicMock

MOCK_MODULES = ["mpi4py", "colorama"]
MOCK_MODULES = ["mpi4py", "colorama", "mpi4py.util.dtlib"]
sys.modules.update((mod_name, MagicMock()) for mod_name in MOCK_MODULES)


Expand Down

0 comments on commit eb564c6

Please sign in to comment.