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

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