Skip to content

Commit

Permalink
Add colorama mock for Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
clemekay committed Mar 28, 2024
1 parent 93d1774 commit 0eb6669
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 0eb6669

Please sign in to comment.