Re-add ChangeLog

One of PBR's features is ChangeLog generation, so it only makes
sense that we would include PBR's ChangeLog in published
documentation too. (Also publishing a ChangeLog is helpful.)

Change-Id: Ie1561c0852dfc6731c29e9202f74f0e4c4b08786
This commit is contained in:
Jeremy Stanley 2020-08-04 13:37:35 +00:00 committed by Andreas Jaeger
parent 07b6ac85e6
commit 5fdbae5952
4 changed files with 4 additions and 0 deletions

@ -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
* ChangeLog: https://docs.openstack.org/pbr/latest/user/history.html
.. _d2to1: https://pypi.python.org/pypi/d2to1
.. _distutils2: https://pypi.python.org/pypi/Distutils2

@ -0,0 +1 @@
.. include:: ../../../ChangeLog

@ -9,3 +9,4 @@
packagers
semver
compatibility
history

@ -27,6 +27,7 @@ deps =
commands =
rm -rf doc/build doc/source/reference/api
sphinx-build -W -b html doc/source doc/build/html {posargs}
usedevelop = False
[testenv:releasenotes]
whitelist_externals = rm