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 5c9e6d3 commit 9224c6d
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 @@ -234,7 +234,7 @@
u'Alexey Buzmakov (WPG), Liubov Samoilova (WPG), Oleg Chubar (SRWLib)', 'WPG', 'One line description of project.',
'Miscellaneous'),
]

# Documents to append as an appendix to all manuals.
#texinfo_appendices = []

Expand All @@ -254,7 +254,7 @@
# sys.path.insert(-1, os.path.join('..', 'wpg'))

import mock
MOCK_MODULES = ['wpg.srwlpy', 'wpg.srwlpy','srwlpy', 'numpy', 'h5py', 'pylab', 'scipy',
MOCK_MODULES = ['wpg.srwlpy', 'wpg.srwlpy','srw','wpg.srw','srwlpy', 'numpy', 'h5py', 'pylab', 'scipy',
'uti_plot', 'uti_math', 'srwl_uti_cryst', 'srwl_uti_src',
'scipy.optimize']
for mod_name in MOCK_MODULES:
Expand Down

0 comments on commit 9224c6d

Please sign in to comment.