Skip to content

Commit

Permalink
Merge branch 'CEMeNT-PSAAP:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 authored Apr 5, 2024
2 parents ca85739 + 3d106bc commit 2294a78
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"]
MOCK_MODULES = ["mpi4py", "colorama"]
sys.modules.update((mod_name, MagicMock()) for mod_name in MOCK_MODULES)


Expand Down

0 comments on commit 2294a78

Please sign in to comment.