From 96bf1b8a0614cf3fa9059af63a31a538fc8cc3aa Mon Sep 17 00:00:00 2001 From: John Trowbridge Date: Fri, 9 Dec 2016 16:16:00 +0000 Subject: [PATCH] Revert "Revert "Show team and repo badges on README"" The issue was a new docutils release that is more strict about remote images. This reverted revert includes the fix[1] squashed in, otherwise it would not be mergable. [1] https://review.openstack.org/#/c/409209/ This reverts commit c3d3064faf66cc875712fddfb9d2ae919cd92bec. Change-Id: I4bf730123c53186d38659c6924c07cbcbe5e8589 --- README.rst | 9 +++++++++ test-requirements.txt | 1 + 2 files changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 08b54dcfe..f9cabad9b 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,12 @@ +======================== +Team and repository tags +======================== + +.. image:: http://governance.openstack.org/badges/tripleo-quickstart.svg + :target: http://governance.openstack.org/reference/tags/index.html + +.. Change things from this point on + tripleo-quickstart ================== diff --git a/test-requirements.txt b/test-requirements.txt index 355e6b547..575d09bc2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,5 @@ hacking<0.11,>=0.10 ansible-lint jenkins-job-builder +docutils>=0.11,!=0.13.1 sphinx>=1.2.1,!=1.3b1,<1.3 # BSD