From 9246fc768af03d94165d5adbf8e6561a9f3e34b8 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Fri, 17 Nov 2017 08:52:08 +0530 Subject: [PATCH] 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 --- releasenotes/source/conf.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 8fe737593..8b1068dab 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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.