summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorColleen Murphy <colleen@gazlene.net>2018-05-24 13:35:31 -0700
committerColleen Murphy <colleen@gazlene.net>2018-05-24 13:38:52 -0700
commitbcdec1acfa0286a865312b0b3def49076ccb81c4 (patch)
tree6b36c07ef917c8a9f13748661ab20727b9bc9da1 /doc
parent83d0612e03471f56be3be2b521cc21974118cebe (diff)
downloadkeystonemiddleware-bcdec1acfa0286a865312b0b3def49076ccb81c4.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/history.rst1
-rw-r--r--doc/source/index.rst5
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/source/history.rst b/doc/source/history.rst
deleted file mode 100644
index 69ed4fe..0000000
--- a/doc/source/history.rst
+++ /dev/null
@@ -1 +0,0 @@
-.. include:: ../../ChangeLog
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 66b851d..4ce81f0 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -28,10 +28,9 @@ API, the Keystone team also provides `Identity Service`_, as well as
Release Notes
=============
-.. toctree::
- :maxdepth: 1
+`Release Notes`_
- history
+.. _Release Notes: https://docs.openstack.org/releasenotes/keystonemiddleware/
Contributing
============