Skip to content
Snippets Groups Projects
Commit 2b126530 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

minor doc update

parent d77d0c77
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ master_doc = 'index' ...@@ -59,7 +59,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'ProMod3' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
...@@ -68,7 +68,7 @@ copyright = u'2016, Bienchen'# pylint: disable=redefined-builtin ...@@ -68,7 +68,7 @@ copyright = u'2016, Bienchen'# pylint: disable=redefined-builtin
# The short X.Y version. # The short X.Y version.
version = '@PROMOD3_VERSION_MAJOR@.@PROMOD3_VERSION_MINOR@' version = '@PROMOD3_VERSION_MAJOR@.@PROMOD3_VERSION_MINOR@'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment