summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-06 22:15:07 +0000
committerGerrit Code Review <review@openstack.org>2020-08-06 22:15:07 +0000
commitc9f0f38f03e73de4e3e2fd4a262ba2a0c5bba98c (patch)
treecb846feac0e7aa5bb2e7049851f77bd90fdea69d
parentc829e5082652125444882c9e794496e9a0da1f6d (diff)
parent5fdbae59525fde5911d4cfe9600c3f3a3e9395a4 (diff)
downloadpbr-c9f0f38f03e73de4e3e2fd4a262ba2a0c5bba98c.tar.gz
Merge "Re-add ChangeLog"
-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