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

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