Skip to content

Commit

Permalink
fixing docs mock...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed Mar 19, 2023
1 parent f1207b0 commit 09fb251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
sys.modules[mod_name] = mock.MagicMock()

# Adds absolute path to axelrod module
sys.path.insert(0, os.path.abspath("../")) # Adding path to module
Expand Down

0 comments on commit 09fb251

Please sign in to comment.