From 026825c7c215741aa45f80251d15ef0ddfe5b11f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 16 Nov 2017 11:52:07 +0100 Subject: [PATCH] Remove setting of version/release from releasenotes Releasenotes are version independent, so remove version/release display. This also allows to build the document without nova installed. Change-Id: Iadb57089a866ef4b334670456a4116c245dbd968 --- releasenotes/source/conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ea2011fd17eb..9ea602a1921e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -52,11 +52,10 @@ bug_tag = '' # |version| and |release|, also used in various other places throughout the # built documents. # -from nova.version import version_info as nova_version -# The short X.Y version. -version = nova_version.canonical_version_string() +# Release notes are version independent, no need to set version and release. +version = "" # The full version, including alpha/beta/rc tags. -release = nova_version.version_string_with_vcs() +release = "" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.