diff options
author | abdul nizamuddin <abdul.nizamuddin@nectechnologies.in> | 2016-10-10 13:32:56 +0530 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2016-12-15 15:05:39 +0000 |
commit | 453e9cb555fd1844dc1c0d4b64f027da96097b40 (patch) | |
tree | 8acacd038194c5677b62f717c44e48cfd0c92c99 /releasenotes/source | |
parent | 071fc2797a80fcf9f41727fecc947fd7e4f5eb57 (diff) | |
download | nova-453e9cb555fd1844dc1c0d4b64f027da96097b40.tar.gz |
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
Diffstat (limited to 'releasenotes/source')
-rw-r--r-- | releasenotes/source/conf.py | 2 | ||||
-rw-r--r-- | releasenotes/source/index.rst | 8 | ||||
-rw-r--r-- | 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 da49088418..0340e4e8c7 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 7dbcc337f8..44eced9be3 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 97036ed251..fb164d01f1 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 |