Remove setting of 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.

Change-Id: I8c3eaf1f3fd69c4f47e5a661c6ef2c877e9ba97e
This commit is contained in:
ricolin 2017-11-17 12:56:52 +08:00
parent 8e9b3e6a41
commit 2ece46d3c3
1 changed files with 1 additions and 7 deletions

View File

@ -60,14 +60,8 @@ repository_name = 'openstack/openstack'
bug_project = '../horizon'
bug_tag = ''
# 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.
# 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