1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Privacy_breach_in_sphinx_doc
Author: Adam Cecile <acecile@le-vert.net>
--- python-jose-3.1.0.orig/docs/index.rst
+++ python-jose-3.1.0/docs/index.rst
@@ -48,8 +48,4 @@ Thanks
This library was originally based heavily on the work of the guys over at PyJWT_.
-.. |Build Status| image:: https://travis-ci.org/mpdavis/python-jose.svg?branch=master
- :target: https://travis-ci.org/mpdavis/python-jose
-.. |Coverage Status| image:: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master
- :target: http://codecov.io/github/mpdavis/python-jose?branch=master
.. _PyJWT: https://github.com/jpadilla/pyjwt
|