Remove setting of version/release from releasenotes

Releasenotes are version independent, so remove version/release display.
This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html

Change-Id: Iaa7b81302a8d53da7dad0101f8732a0fb64f4616
This commit is contained in:
Anusha Ramineni 2017-11-17 08:52:08 +05:30
parent be28abb7cb
commit 9246fc768a
1 changed files with 5 additions and 7 deletions

View File

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