Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
buzmakov committed Dec 8, 2019
1 parent 6c8c5dd commit ffd84b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@
# sys.path.insert(-1, os.path.join('..', 'wpg'))

import mock
MOCK_MODULES = ['wpg.srwlpy', 'wpg.srwlpy','srw','wpg.srw.srwlib','srwlpy', 'numpy', 'h5py', 'pylab', 'scipy',
MOCK_MODULES = ['wpg.srwlpy', 'wpg.srwlpy','srw','wpg.srw.srwlib','srwlpy', 'srw.srwlpy',
'uti_plot', 'uti_math', 'srwl_uti_cryst', 'srwl_uti_src',
'scipy.optimize']
'numpy', 'h5py', 'pylab', 'scipy', 'scipy.optimize']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit ffd84b5

Please sign in to comment.