From 33bd97db3f0748ce8277fe5491da57f644981690 Mon Sep 17 00:00:00 2001 From: ricolin Date: Fri, 17 Nov 2017 12:51:25 +0800 Subject: [PATCH] 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 --- releasenotes/source/conf.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 0e3fc0c428..d0db3f0d75 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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