Skip to content

Commit eaa86dd

Browse files
author
Matthew Townson
authored
Add numba to mock modules when building docs
1 parent 749a89b commit eaa86dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __getattr__(cls, name):
3434
'scipy.ndimage','scipy.optimize', 'scipy.lib.blas.fblas','scipy.fftpack','scipy.interpolate','scipy', 'scipy.special',
3535
'numpy', 'numpy.linalg', 'numpy.random', 'scipy.ndimage.interpolation',
3636
'matplotlib','matplotlib.pyplot',
37+
'numba',
3738
]
3839

3940
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

0 commit comments

Comments
 (0)