Change note for version/release from releasenotes

Release notes are version independent, so remove version/release values.
We've found that most projects now require the service package to be
installed in order to build release notes, and this is entirely due to
the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This patch propose to change the note, so people won't try to use it.

Change-Id: I16110bb3951bd5bf9e644bbcd7b35b1f610ab909
This commit is contained in:
ricolin 2017-11-17 12:51:25 +08:00
parent 004971b6f2
commit 33bd97db3f
1 changed files with 1 additions and 6 deletions

View File

@ -63,13 +63,8 @@ master_doc = 'index'
project = u'Heat Release Notes'
copyright = u'2015, Heat 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 full version, including alpha/beta/rc tags.
# Release notes are version independent, no need to set version and release
release = ''
# The short X.Y version.
version = ''
# The language for content autogenerated by Sphinx. Refer to documentation