Skip to content

Commit

Permalink
Add numba to mock modules when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Townson authored Mar 14, 2022
1 parent 749a89b commit eaa86dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __getattr__(cls, name):
'scipy.ndimage','scipy.optimize', 'scipy.lib.blas.fblas','scipy.fftpack','scipy.interpolate','scipy', 'scipy.special',
'numpy', 'numpy.linalg', 'numpy.random', 'scipy.ndimage.interpolation',
'matplotlib','matplotlib.pyplot',
'numba',
]

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

0 comments on commit eaa86dd

Please sign in to comment.