Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul 2017-11-30 17:52:14 +00:00 committed by Gerrit Code Review
commit 100a194ab1

View File

@ -52,11 +52,10 @@ bug_tag = ''
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from nova.version import version_info as nova_version
# The short X.Y version.
version = nova_version.canonical_version_string()
# Release notes are version independent, no need to set version and release.
version = ""
# The full version, including alpha/beta/rc tags.
release = nova_version.version_string_with_vcs()
release = ""
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.