Skip to content

Commit

Permalink
syntax attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoreyf committed Mar 18, 2021
1 parent dbd7b61 commit 931873f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def __getattr__(cls, name):

MOCK_MODULES = ['numpy', 'wurlitzer',
'scipy.interpolate', 'colossus.cosmology', #for basis function helpers
'ipython'
]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit 931873f

Please sign in to comment.