From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 27 May 2021 18:33:03 +0200
Subject: Sphinx: Remove linkage to external resources

As we build the documentation for offline usage we don't really want the
linking to external resource to show up any status on build pipelines,
code coverage or the PiPy project website. All and the same information
is within the created documentation.
---
 README.rst | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/README.rst b/README.rst
index d233858..897e425 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,6 @@
 drf-yasg - Yet another Swagger generator
 ########################################
 
-|actions| |nbsp| |codecov| |nbsp| |rtd-badge| |nbsp| |pypi-version| |nbsp| |gitter|
-
 Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framework API.
 
 Compatible with
@@ -30,8 +28,6 @@ Resources:
 * `Live demo <https://drf-yasg-demo.herokuapp.com>`_
 * `Discussion <https://app.gitter.im/#/room/#drf-yasg:gitter.im>`_
 
-|heroku-button|
-
 ****************
 OpenAPI 3.0 note
 ****************
@@ -336,33 +332,6 @@ djangorestframework-recursive
 Integration with `djangorestframework-recursive <https://github.com/heywbj/django-rest-framework-recursive>`_ is
 provided out of the box - if you have ``djangorestframework-recursive`` installed.
 
-.. |actions| image:: https://img.shields.io/github/actions/workflow/status/axnsan12/drf-yasg/review.yml?branch=master
-   :target: https://github.com/axnsan12/drf-yasg/actions
-   :alt: GitHub Workflow Status
-
-.. |codecov| image:: https://img.shields.io/codecov/c/github/axnsan12/drf-yasg/master.svg
-   :target: https://codecov.io/gh/axnsan12/drf-yasg
-   :alt: Codecov
-
-.. |pypi-version| image:: https://img.shields.io/pypi/v/drf-yasg.svg
-   :target: https://pypi.org/project/drf-yasg/
-   :alt: PyPI
-
-.. |gitter| image:: https://badges.gitter.im/drf-yasg.svg
-    :target: https://app.gitter.im/#/room/#drf-yasg:gitter.im
-    :alt: Gitter
-
-.. |rtd-badge| image:: https://img.shields.io/readthedocs/drf-yasg.svg
-   :target: https://drf-yasg.readthedocs.io/
-   :alt: ReadTheDocs
-
-.. |heroku-button| image:: https://www.herokucdn.com/deploy/button.svg
-   :target: https://heroku.com/deploy?template=https://github.com/axnsan12/drf-yasg
-   :alt: Heroku deploy button
-
-.. |nbsp| unicode:: 0xA0
-   :trim:
-
 drf-extra-fields
 =================
 
