Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul 2017-12-05 08:55:09 +00:00 committed by Gerrit Code Review
commit adbdd4ce7d
1 changed files with 4 additions and 10 deletions

View File

@ -57,16 +57,10 @@ master_doc = 'index'
project = u'Mistral Release Notes'
copyright = u'2015, Mistral Developers'
# 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.
from mistral.version import version_info as mistral_version
# The full version, including alpha/beta/rc tags.
release = mistral_version.version_string_with_vcs()
# The short X.Y version.
version = mistral_version.canonical_version_string()
# Release notes are version independent
release = ''
version = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.