From 6beae4d12c67913ba61a4260d1289fa4c4e8971a Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Mon, 10 Oct 2016 13:23:59 +0530 Subject: [PATCH] Cleanup Newton Release Notes Do not show versions 2.0.0 in the Newton release notes - see http://docs.openstack.org/releasenotes/mistral/newton.html This adds the earliest-version directive to only show the Newton release which was 3.0.0. Also, do not generate an index file, it is empty, see: http://docs.openstack.org/releasenotes/mistral/genindex.html Change-Id: I295266c761d0d8f1fc6f8459f6c77e7e230de186 --- releasenotes/source/conf.py | 2 +- releasenotes/source/newton.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index cb6a75531..9782c4772 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -167,7 +167,7 @@ html_static_path = ['_static'] # html_domain_indices = True # If false, no index is generated. -# html_use_index = True +html_use_index = False # If true, the index is split into individual pages for each letter. # html_split_index = False diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index 97036ed25..890a3163b 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -4,3 +4,4 @@ .. release-notes:: :branch: origin/stable/newton + :earliest-version: 3.0.0