Merge "Add Release Notes to documentation"

This commit is contained in:
Zuul 2020-08-27 16:56:57 +00:00 committed by Gerrit Code Review
commit bf28efb263
5 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,6 +9,8 @@ doc/source/reference/api/
# Files created by releasenotes build
releasenotes/build
releasenotes/notes/reno.cache
RELEASENOTES.rst
# Packages/installer info
*.egg

View File

@ -34,6 +34,7 @@ them as quickly as possible.
* Documentation: https://docs.openstack.org/pbr/latest/
* Source: https://opendev.org/openstack/pbr
* Bugs: https://bugs.launchpad.net/pbr
* Release Notes: https://docs.openstack.org/pbr/latest/user/releasenotes.html
* ChangeLog: https://docs.openstack.org/pbr/latest/user/history.html
.. _d2to1: https://pypi.python.org/pypi/d2to1

View File

@ -9,4 +9,5 @@
packagers
semver
compatibility
releasenotes
history

View File

@ -0,0 +1,6 @@
===============
Release Notes
===============
.. include:: ../../../RELEASENOTES.rst
:start-line: 4

View File

@ -26,8 +26,8 @@ deps =
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build doc/source/reference/api
python setup.py sdist
sphinx-build -W -b html doc/source doc/build/html {posargs}
usedevelop = False
[testenv:releasenotes]
whitelist_externals = rm