Skip to content

Commit

Permalink
Corrects RTD configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Oct 26, 2020
1 parent 64690ff commit adfd794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#import galmag
import mock

MOCK_MODULES = ['d2o','matplotlib','matplotlib.pyplot']
MOCK_MODULES = ['numba','matplotlib','matplotlib.pyplot']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit adfd794

Please sign in to comment.