We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e51b26 commit 9ae6db4Copy full SHA for 9ae6db4
1 file changed
docs/conf.py
@@ -30,7 +30,7 @@ class Mock(MagicMock):
30
def __getattr__(cls, name):
31
return MagicMock()
32
33
-MOCK_MODULES = ['pysatMagVect.igrf', 'scipy', 'scipy.integrate', 'numpy', 'datetime']
+MOCK_MODULES = ['pysatMagVect.igrf', 'scipy', 'scipy.integrate', 'numpy', 'datetime', 'pysat']
34
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
35
36
#print sys.path
0 commit comments