From 33b5cfbe497d103667b7a65408e63d6a75d536a2 Mon Sep 17 00:00:00 2001 From: "shashi.kant" Date: Mon, 10 Oct 2016 13:27:50 +0530 Subject: [PATCH] Cleanup newton release Notes Do not show versions 12.0.0 in the Newton release notes - see http://docs.openstack.org/releasenotes/glance/newton.html This adds the earliest-version directive to only show the Newton release which was 13.0.0. Also, do not generate an index file, it is empty, see: http://docs.openstack.org/releasenotes/glance/genindex.html Change-Id: I8f71c4b78e68684e1df235a25f91db29ebce2984 --- 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 ff50657f6f..00c3e5f591 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 97036ed251..07d91d3d42 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -4,3 +4,4 @@ .. release-notes:: :branch: origin/stable/newton + :earliest-version: 13.0.0