Publish release notes

Change-Id: I708168743594f4a40f9e8812062b1d9588fe40fd
This commit is contained in:
Takashi Kajinami 2024-03-13 10:33:44 +09:00
parent 0d63eb1346
commit 2a159b85ae
6 changed files with 4 additions and 16 deletions

View File

@ -2,3 +2,4 @@
templates:
- build-openstack-docs-pti
- openstack-python3-jobs
- release-notes-jobs-python3

View File

@ -38,7 +38,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'oslosphinx',
'openstackdocstheme',
'reno.sphinxext',
]
@ -114,7 +114,7 @@ openstackdocs_bug_tag = ''
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'openstackdocs'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the

View File

@ -6,5 +6,3 @@
:maxdepth: 2
unreleased
mitaka
liberty

View File

@ -1,6 +0,0 @@
==============================
Liberty Series Release Notes
==============================
.. release-notes::
:branch: origin/stable/liberty

View File

@ -1,6 +0,0 @@
===================================
Mitaka Series Release Notes
===================================
.. release-notes::
:branch: origin/stable/mitaka

View File

@ -44,6 +44,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -b html doc/source doc/build/html
[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -b html releasenotes/source releasenotes/build/html
[flake8]