Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul 2017-11-17 17:45:43 +00:00 committed by Gerrit Code Review
commit 4c1019ec5f
1 changed files with 4 additions and 8 deletions

View File

@ -60,16 +60,12 @@ master_doc = 'index'
project = u'oslo.service Release Notes'
copyright = u'2016, oslo.service 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 oslo_service.version import version_info as oslo_service_version
# Release notes do not need a version in the title, they span
# multiple versions.
# The full version, including alpha/beta/rc tags.
release = oslo_service_version.version_string_with_vcs()
release = ''
# The short X.Y version.
version = oslo_service_version.canonical_version_string()
version = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.