Don't rely on pbr ChangeLog for docs

The ChangeLog file is generated when we run `python setup.py sdist`,
which doesn't naturally happen when we run `tox -edocs`, so on a fresh
clone the docs build will fail because it references the ChangeLog file
which isn't there. Since we don't rely on pbr any more for release notes
and we have a sophisticated release note management tool, point the docs
at the published release notes instead of the pbr ChangeLog.

Change-Id: I614091eae739154337795a8f120b68686ad0ed0a
This commit is contained in:
Colleen Murphy 2018-05-24 13:35:31 -07:00
parent 83d0612e03
commit bcdec1acfa
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -28,10 +28,9 @@ API, the Keystone team also provides `Identity Service`_, as well as
Release Notes Release Notes
============= =============
.. toctree:: `Release Notes`_
:maxdepth: 1
history .. _Release Notes: https://docs.openstack.org/releasenotes/keystonemiddleware/
Contributing Contributing
============ ============