From 453e9cb555fd1844dc1c0d4b64f027da96097b40 Mon Sep 17 00:00:00 2001 From: abdul nizamuddin Date: Mon, 10 Oct 2016 13:32:56 +0530 Subject: [PATCH] Cleanup Newton Release Notes Do not show versions 13.0.0 in the Newton release notes - see http://docs.openstack.org/releasenotes/nova/newton.html This adds the earliest-version directive to only show the Newton release which was 14.0.0. Also, do not generate an index file, it is empty, see: http://docs.openstack.org/releasenotes/nova/genindex.html Change-Id: Id24268bf4ecef1427ea727654bb07c7e8a848d59 --- releasenotes/source/conf.py | 2 +- releasenotes/source/index.rst | 8 +------- releasenotes/source/newton.rst | 1 + 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index da4908841839..0340e4e8c7ce 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -154,7 +154,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/index.rst b/releasenotes/source/index.rst index 7dbcc337f852..44eced9be37c 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,15 +5,9 @@ Contents ======== .. toctree:: - :maxdepth: 2 + :maxdepth: 1 unreleased newton mitaka liberty - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`search` diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index 97036ed25184..fb164d01f14b 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -4,3 +4,4 @@ .. release-notes:: :branch: origin/stable/newton + :earliest-version: 14.0.0