22 Commits

Author SHA1 Message Date
03529dae11 reno: Update master for unmaintained/zed
Update the zed release notes configuration to build from
unmaintained/zed.

Change-Id: I68b10c703a4c838f606f92bc67cc567e506bc1f9
2024-05-10 18:54:51 +00:00
bf12c20c2a Update master for stable/zed
Add file to the reno documentation build to show release notes for
stable/zed.

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

Sem-Ver: feature
Change-Id: I5b307b7a93025c373e5c92ebe64cf94f3bb14c7f
2022-12-13 13:13:40 +00:00
Andreas Jaeger
92eb150df7 Use newer openstackdocstheme and reno versions
The sync from https://review.opendev.org/733244 updated to
openstackdocstheme 2.2.1 and reno 3.1.0 versions.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

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.

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

Change-Id: Ide88f1a0e803331da3cab70709aa5abb365c39e0
2020-06-03 19:13:08 +02:00
8f0b36e446 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: I12ff13e7d743a028725867e83ccb4fd35cec87a6
Sem-Ver: feature
2020-06-01 13:13:31 +00:00
Andreas Jaeger
4ea9dab0d9 Update docstheme for style
New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo is using now Victoria (master) requirements but has
not branched for Ussuri yet, it uses the new version.

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.

Change-Id: Ibb4cd0569f75cb8ac6d8a07db8a15a4bdacbc018
2020-05-20 18:48:02 +02:00
Dmitriy Rabotyagov
bf7fe362e6 Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection
from old path was enabled.
Also we change upper constraints url due to [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Depends-On: https://review.opendev.org/693841/
Change-Id: I62dcba3a70298060baf975ac012d15e962b92863
2019-11-22 20:44:36 +00:00
c76178db84 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: Ifa8fba4c1d2b76473ef7389fb266d01ab266b16a
Sem-Ver: feature
2019-10-22 18:57:53 +00:00
4c50a3b25b 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: I7dcb16101fddb4548d49804b43ced23ef2deea53
Sem-Ver: feature
2019-04-08 09:18:02 +00:00
caa65a01eb Update reno for stable/rocky
Change-Id: I695e697c298b4263f700cbe9b881a07cfecd2a8c
2018-08-10 16:46:32 +00:00
4a8c34de26 Update reno for stable/queens
Change-Id: I724c50d2b9083ffa43ca4d0fbbddd1dcbaef34e8
2018-02-14 15:47:52 +00:00
Andreas Jaeger
20230cae32 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that 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.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: If6caf3d5781cf6b31a0c6fd05b2f77b4c51b243e
2017-11-17 07:56:17 +01:00
Jean-Philippe Evrard
4fec57b838 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: Ic27fb8019ab35fbdf45e23164f907c6c6baf8655
2017-10-17 18:16:53 +00:00
a21469c3fa Update reno for stable/pike
Change-Id: Ifa0e3896b8a8cb118a422343a0d56f3e875990f0
2017-08-21 09:42:59 +01:00
ZhongShengping
889a55112d Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow[0].

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I94cf1e14660962558dd4a42a44066ef0c901dfa7
2017-07-03 16:14:24 +08:00
ZhongShengping
09358c7f8e Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I38324839cff817ae654067f61505364f9d341c3a
2017-06-26 11:32:38 +08:00
Jenkins
ad5e5c246c Merge "Update reno for stable/ocata" 2017-02-06 09:18:13 +00:00
gecong1973
b68ca8de1f Use https instead of http for git.openstack.org
TrivialFix

Change-Id: I2c7487a71002314d5834e8ba5917be2a602ae8fc
2017-02-06 10:56:42 +08:00
5a9b17286a Update reno for stable/ocata
Change-Id: I4f467009ce5deb820625bd538dc48406f1c80324
2017-02-03 18:59:13 +00:00
Andreas Jaeger
dbcf91fb2e 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: Ic29259faa7dfac7abbcd9f3c3cc85f3eccb9e0de
2016-10-06 20:36:29 +02:00
Jesse Pretorius
e8581c3608 Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes
to make it easier to replicate across repositories and to comply with
pep8 testing without exceptions.

Change-Id: I17f3bcd166403ebc0f1fe58f49a9d25f9327f32b
2016-07-12 16:52:29 +01:00
Jesse Pretorius
cc32a6bb42 Remove Liberty/Mitaka releasenote indexes
Change-Id: I5b4d586ae5fa3c95267f2b9d80275edaaa2e6d95
2016-04-20 22:36:16 +01:00
Jesse Pretorius
e99a0c1f73 Add reno scaffolding for release notes management
Change-Id: I9737a8bd143401ba76cb0d4d243d05c4473768bf
2016-04-09 19:20:06 +01:00