From: Emanuele Rocca <ema@debian.org>
Date: Tue, 6 Sep 2022 15:21:44 +0200
Subject: docs: Don't link to external resources

Remove links to external resources hosted on shields.io / google to address the
privacy-breach-generic Lintian warning.

Forwarded: Not-Needed
---
 README.rst           | 11 -----------
 doc/source/conf.py   |  1 -
 doc/source/index.rst | 16 ----------------
 3 files changed, 28 deletions(-)

diff --git a/README.rst b/README.rst
index 70c7ebb..dc16c44 100644
--- a/README.rst
+++ b/README.rst
@@ -1,14 +1,3 @@
-.. |ci| image:: https://github.com/alisaifee/flask-limiter/actions/workflows/main.yml/badge.svg?branch=master
-   :target: https://github.com/alisaifee/flask-limiter/actions?query=branch%3Amaster+workflow%3ACI
-.. |codecov| image:: https://codecov.io/gh/alisaifee/flask-limiter/branch/master/graph/badge.svg
-   :target: https://codecov.io/gh/alisaifee/flask-limiter
-.. |pypi| image:: https://img.shields.io/pypi/v/Flask-Limiter.svg?style=flat-square
-   :target: https://pypi.python.org/pypi/Flask-Limiter
-.. |license| image:: https://img.shields.io/pypi/l/Flask-Limiter.svg?style=flat-square
-   :target: https://pypi.python.org/pypi/Flask-Limiter
-.. |docs| image:: https://readthedocs.org/projects/flask-limiter/badge/?version=latest
-   :target: https://flask-limiter.readthedocs.org/en/latest
-
 *************
 Flask-Limiter
 *************
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2a14454..0ca64ed 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -44,7 +44,6 @@ templates_path = ["./_templates"]
 html_css_files = [
     "custom.css",
     "colors.css",
-    "https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Be+Vietnam+Pro:wght@500&display=swap",
 ]
 
 html_theme_options.update({"light_logo": "tap-icon.png", "dark_logo": "tap-icon.png"})
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 7cb3290..504124e 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -28,22 +28,6 @@ Flask-Limiter
    changelog
    misc
 
-
-.. container:: badges
-
-   .. image:: https://img.shields.io/github/last-commit/alisaifee/flask-limiter?logo=github&style=for-the-badge&labelColor=#282828
-      :target: https://github.com/alisaifee/flask-limiter
-      :class: header-badge
-   .. image:: https://img.shields.io/github/actions/workflow/status/alisaifee/flask-limiter/main.yml?logo=github&style=for-the-badge&labelColor=#282828
-      :target: https://github.com/alisaifee/flask-limiter/actions/workflows/main.yml
-      :class: header-badge
-   .. image:: https://img.shields.io/codecov/c/github/alisaifee/flask-limiter?logo=codecov&style=for-the-badge&labelColor=#282828
-      :target: https://app.codecov.io/gh/alisaifee/flask-limiter
-      :class: header-badge
-   .. image:: https://img.shields.io/pypi/pyversions/flask-limiter?style=for-the-badge&logo=pypi
-      :target: https://pypi.org/project/flask-limiter
-      :class: header-badge
-
 **Flask-Limiter** adds rate limiting to :class:`~flask.Flask` applications.
 
 By adding the extension to your flask application, you can configure various
