diff --git a/doc/conf.py.in b/doc/conf.py.in index 1bb443cb0c0af3a627b02934e3b466f4c86224c0..915bc9fa8cb79f8da2424affd19b875c638a1019 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -59,7 +59,7 @@ master_doc = 'index' # General information about the project. project = u'ProMod3' -copyright = u'2016, Bienchen'# pylint: disable=redefined-builtin +copyright = u'2016, ProMod3 authors'# pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -68,7 +68,7 @@ copyright = u'2016, Bienchen'# pylint: disable=redefined-builtin # The short X.Y version. version = '@PROMOD3_VERSION_MAJOR@.@PROMOD3_VERSION_MINOR@' # The full version, including alpha/beta/rc tags. -release = '@PROMOD3_VERSION_PATCH@' +release = '@PROMOD3_VERSION_MAJOR@.@PROMOD3_VERSION_MINOR@.@PROMOD3_VERSION_PATCH@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.