Skip to content

Commit 9ae6db4

Browse files
authored
Update conf.py
1 parent 9e51b26 commit 9ae6db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Mock(MagicMock):
3030
def __getattr__(cls, name):
3131
return MagicMock()
3232

33-
MOCK_MODULES = ['pysatMagVect.igrf', 'scipy', 'scipy.integrate', 'numpy', 'datetime']
33+
MOCK_MODULES = ['pysatMagVect.igrf', 'scipy', 'scipy.integrate', 'numpy', 'datetime', 'pysat']
3434
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3535

3636
#print sys.path

0 commit comments

Comments
 (0)