Skip to content

Commit

Permalink
rtd again again
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Sep 23, 2019
1 parent c4f66a7 commit 79f0e20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
import sys
sys.path.insert(0, os.path.abspath('..'))

from unittest.mock import MagicMock

MODULES = ['msprime']
for mod_name in MODULES:
sys.modules[mod_name] = MagicMock()

# -- Project information -----------------------------------------------------

project = 'pyslim'
Expand Down

0 comments on commit 79f0e20

Please sign in to comment.