Blame SOURCES/fix-doc-sphinx-1.4.8.patch

rdobuilder aa9e2f
diff --git i/README.rst w/README.rst
rdobuilder aa9e2f
index f9084df..52e9769 100644
rdobuilder aa9e2f
--- i/README.rst
rdobuilder aa9e2f
+++ w/README.rst
rdobuilder aa9e2f
@@ -1,10 +1,6 @@
rdobuilder aa9e2f
 txaio
rdobuilder aa9e2f
 =====
rdobuilder aa9e2f
 
rdobuilder aa9e2f
-| |Version| |Downloads| |Build Status| |Coverage| |Docs|
rdobuilder aa9e2f
-
rdobuilder aa9e2f
---------------
rdobuilder aa9e2f
-
rdobuilder aa9e2f
 **txaio** is a helper library for writing code that runs unmodified on
rdobuilder aa9e2f
 both `Twisted <https://twistedmatrix.com/>`_ and `asyncio <https://docs.python.org/3/library/asyncio.html>`_ / `Trollius <http://trollius.readthedocs.org/en/latest/index.html>`_.
rdobuilder aa9e2f
 
rdobuilder aa9e2f
@@ -58,25 +54,3 @@ Code like the following can then run on *either* system:
rdobuilder aa9e2f
     # ...
rdobuilder aa9e2f
     txaio.resolve(f0, "value")
rdobuilder aa9e2f
     txaio.reject(f1, RuntimeError("it failed"))
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |Version| image:: https://img.shields.io/pypi/v/txaio.svg
rdobuilder aa9e2f
-   :target: https://pypi.python.org/pypi/txaio
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |Downloads| image:: https://img.shields.io/pypi/dm/txaio.svg
rdobuilder aa9e2f
-   :target: https://pypi.python.org/pypi/txaio
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |GitHub Stars| image:: https://img.shields.io/github/stars/crossbario/txaio.svg?style=social&label=Star
rdobuilder aa9e2f
-   :target: https://github.com/crossbario/txaio
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |Master Branch| image:: https://img.shields.io/badge/branch-master-orange.svg
rdobuilder aa9e2f
-   :target: https://travis-ci.org/crossbario/txaio.svg?branch=master
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |Build Status| image:: https://travis-ci.org/crossbario/txaio.svg?branch=master
rdobuilder aa9e2f
-   :target: https://travis-ci.org/crossbario/txaio
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |Coverage| image:: https://img.shields.io/codecov/c/github/crossbario/txaio/master.svg
rdobuilder aa9e2f
-   :target: https://codecov.io/github/crossbario/txaio
rdobuilder aa9e2f
-
rdobuilder aa9e2f
-.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
rdobuilder aa9e2f
-   :target: http://txaio.readthedocs.org/en/latest/