Publish release notes
Change-Id: I708168743594f4a40f9e8812062b1d9588fe40fd
This commit is contained in:
parent
0d63eb1346
commit
2a159b85ae
@ -2,3 +2,4 @@
|
|||||||
templates:
|
templates:
|
||||||
- build-openstack-docs-pti
|
- build-openstack-docs-pti
|
||||||
- openstack-python3-jobs
|
- openstack-python3-jobs
|
||||||
|
- release-notes-jobs-python3
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'oslosphinx',
|
'openstackdocstheme',
|
||||||
'reno.sphinxext',
|
'reno.sphinxext',
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ openstackdocs_bug_tag = ''
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# 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
|
# 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
|
# further. For a list of options available for each theme, see the
|
||||||
|
@ -6,5 +6,3 @@
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
unreleased
|
unreleased
|
||||||
mitaka
|
|
||||||
liberty
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
==============================
|
|
||||||
Liberty Series Release Notes
|
|
||||||
==============================
|
|
||||||
|
|
||||||
.. release-notes::
|
|
||||||
:branch: origin/stable/liberty
|
|
@ -1,6 +0,0 @@
|
|||||||
===================================
|
|
||||||
Mitaka Series Release Notes
|
|
||||||
===================================
|
|
||||||
|
|
||||||
.. release-notes::
|
|
||||||
:branch: origin/stable/mitaka
|
|
1
tox.ini
1
tox.ini
@ -44,6 +44,7 @@ deps = -r{toxinidir}/doc/requirements.txt
|
|||||||
commands = sphinx-build -a -E -W -b html doc/source doc/build/html
|
commands = sphinx-build -a -E -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
|
deps = -r{toxinidir}/doc/requirements.txt
|
||||||
commands = sphinx-build -a -E -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
Loading…
Reference in New Issue
Block a user