summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2020-08-04 13:37:35 +0000
committerAndreas Jaeger <jaegerandi@gmail.com>2020-08-06 13:10:36 +0000
commit5fdbae59525fde5911d4cfe9600c3f3a3e9395a4 (patch)
tree6b5894c7af6a255a5b9a533aafbe995276ba2371
parent07b6ac85e65c6ea104945a01dbb0622312a2ed56 (diff)
downloadpbr-5fdbae59525fde5911d4cfe9600c3f3a3e9395a4.tar.gz
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
-rw-r--r--README.rst1
-rw-r--r--doc/source/user/history.rst1
-rw-r--r--doc/source/user/index.rst1
-rw-r--r--tox.ini1
4 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a7d6998..3b6da88 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/doc/source/user/history.rst b/doc/source/user/history.rst
new file mode 100644
index 0000000..f69be70
--- /dev/null
+++ b/doc/source/user/history.rst
@@ -0,0 +1 @@
+.. include:: ../../../ChangeLog
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
index 0629e2e..7854dc5 100644
--- a/doc/source/user/index.rst
+++ b/doc/source/user/index.rst
@@ -9,3 +9,4 @@
packagers
semver
compatibility
+ history
diff --git a/tox.ini b/tox.ini
index 70f2127..6bebc70 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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