Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul
2017-12-22 00:20:57 +00:00
committed by Gerrit Code Review

View File

@@ -58,16 +58,9 @@ master_doc = 'index'
project = u'Cinder Client Release Notes'
copyright = u'2015, Cinder 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 cinderclient.version import version_info
# The full version, including alpha/beta/rc tags.
release = version_info.version_string_with_vcs()
# The short X.Y version.
version = version_info.canonical_version_string()
# Release notes are version independent, no need to set version and release
release = ''
version = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.