remove redundant information from release notes build
The release notes build was configured with two pages that scan the master branch. Now that reno adds consistent anchors to sections, that means we have two pages with the same anchors and sphinx will complain. This patch removes the "mainline" page and changes the title of the "unreleased" page to show the mainline title. We need to keep the page called "unreleased" so that the release automation that creates the stable branches can figure out where to insert the next series-specific page in the sequence in index.rst. Change-Id: Ie6ed41a8fadb73a2b9b78426499a41ed30bfcd4d Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
6b312cfffe
commit
f29630d053
@ -5,7 +5,6 @@
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
mainline
|
||||
unreleased
|
||||
queens
|
||||
pike
|
||||
|
@ -1,5 +0,0 @@
|
||||
=========================
|
||||
Mainline Release Series
|
||||
=========================
|
||||
|
||||
.. release-notes::
|
@ -1,11 +1,5 @@
|
||||
=====================
|
||||
Unreleased Versions
|
||||
=====================
|
||||
|
||||
.. NOTE(dhellmann): The earliest-version field is set to avoid
|
||||
duplicating *all* of the history on this page. When we start
|
||||
creating stable branches the history should be truncated
|
||||
automatically and we can remove the setting.
|
||||
=========================
|
||||
Mainline Release Series
|
||||
=========================
|
||||
|
||||
.. release-notes::
|
||||
:earliest-version: 1.17.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user