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 1ef0039 commit 5c9e6d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

# General information about the project.
project = u'WPG'
copyright = u'2014-2015, Alexey Buzmakov (WPG), Liubov Samoilova (WPG), Oleg Chubar (SRWLib)'
copyright = u'2014-2019, Alexey Buzmakov (WPG), Liubov Samoilova (WPG), Oleg Chubar (SRWLib)'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.14'
version = '2019.12'
# The full version, including alpha/beta/rc tags.
release = '0.14'
release = '2019.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -254,7 +254,7 @@
# sys.path.insert(-1, os.path.join('..', 'wpg'))

import mock
MOCK_MODULES = ['wpg.srwlpy', 'srwlpy', 'numpy', 'h5py', 'pylab', 'scipy',
MOCK_MODULES = ['wpg.srwlpy', 'wpg.srwlpy','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 5c9e6d3

Please sign in to comment.