Commit Graph

20 Commits

Author SHA1 Message Date
Andreas Jaeger de178ac438 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ie4aec288c74b9bd8d8d117f4bc2e0282cea4db90
2020-05-22 17:23:12 +00:00
OpenStack Release Bot 00bc25eece Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.

Change-Id: Ic9dab2380f698e30c5cb1327c5f22bdd7489df51
Sem-Ver: feature
2020-04-07 13:19:37 +00:00
Zuul cab47f3e9b Merge "Replace git.openstack.org URLs with opendev.org URLs" 2020-03-26 15:44:06 +00:00
OpenStack Release Bot 4767d9de22 Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I21107acca89fe8666e0981e1d7a6de62331b55f6
Sem-Ver: feature
2019-09-13 14:59:30 +00:00
jacky06 e8d554fde7 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Id02ac765028673ecabcb76d3f3014bbb383bc098
2019-08-24 10:47:42 +08:00
OpenStack Release Bot 60a707e73a Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: Iefe298a0e35fb2d92f3e4a15f32955ebd6e560ca
Sem-Ver: feature
2019-03-18 14:51:02 +00:00
OpenStack Release Bot 1ad9db6f59 Update reno for stable/rocky
Change-Id: I604e167d66f498f99fa7be584586e74dfce96874
2018-07-26 09:01:50 +00:00
Zuul c032291e3f Merge "Remove setting of version/release from releasenotes" 2018-03-09 11:18:46 +00:00
OpenStack Release Bot ddf193397d Update reno for stable/queens
Change-Id: Iaab87d6948db7b18f339d8e511ed08326cbfbaa0
2018-01-24 19:32:48 +00:00
Sean McGinnis 3656f86b97 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release values.
We've found that most projects now require the service package to be
installed in order to build release notes, and this is entirely due to
the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

Change-Id: I9c1154453f5a5263771e42b0eb5ebdc3a78ffc16
Needed-by: I56909152975f731a9d2c21b2825b972195e48ee8
2017-11-16 10:54:54 -06:00
OpenStack Release Bot 6fe3018de8 Update reno for stable/pike
Change-Id: I7bf1085df394a13a2b0d4493af9a3f52a6548acf
2017-07-28 21:06:50 +00:00
Doug Hellmann b7a0cd0e66 switch to openstackdocstheme
Change-Id: Id687e3405d8afe0db201eb648941cc51bb9f741e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-28 12:25:30 -04:00
Doug Hellmann c9100ed742 move old release notes into the releasenotes doc tree
Change-Id: I00797d38d6ad9b1a7b198767a0cbbb2f619c3b43
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-20 13:08:40 -04:00
OpenStack Release Bot d532d50663 Update reno for stable/ocata
Change-Id: Iba4cf2b4e14d1d2573e93396325ddb830787387c
2017-01-24 17:33:12 +00:00
Andreas Jaeger 5b5eeb486b Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: Ifad58c69d888e58cf1cc998bb1ddb409b4489490
2016-10-06 20:49:36 +02:00
Doug Hellmann 4af7d7dda5 standardize release note page ordering
In order to support automatically updating the release notes when we
create stable branches, we want the pages to be in a standard order.
This patch updates the order to be reverse chronological, so the most
recent notes appear at the top.

Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-09-07 16:49:50 -04:00
Doug Hellmann fec9b5f5e3 Update reno for stable/newton
Change-Id: If55361414c025c4d2ca3de88c01480ece9fbc3bb
2016-08-29 20:26:11 +00:00
Clark Boylan 975858580f Properly build releasenotes
There is an rst error that prevents releasenotes from being built.
Address this error so that items build. This was caught during testing
for running jobs on Ubuntu Xenial.

Change-Id: Ic0e53d668193b592501175b51dce1275d4fcb93c
2016-07-12 18:20:30 -07:00
Doug Hellmann 6feb715023 Update reno for stable/mitaka
Change-Id: I36f5120e6c120fe5bc983a64fb44949487bc18ca
2016-03-09 13:22:31 -05:00
kairat_kushaev a49ce80db6 Add reno to glanceclient
Add possibility to generate release notes to glanceclient.
We need this because it helps to prepare good documentation
and provide useful info to Openstack users.

Change-Id: Ifce2df8ac5f3a14518a758d748964e7201a75291
2016-02-11 11:58:19 +00:00