Description: Address generic privacy breaches
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2024-04-14

--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
 
 Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables.
 
-[![documentation](https://readthedocs.org/projects/aioitertools/badge/?version=latest)](https://aioitertools.omnilib.dev)
-[![version](https://img.shields.io/pypi/v/aioitertools.svg)](https://pypi.org/project/aioitertools)
-[![changelog](https://img.shields.io/badge/change-log-blue)](https://aioitertools.omnilib.dev/en/latest/changelog.html)
-[![license](https://img.shields.io/pypi/l/aioitertools.svg)](https://github.com/omnilib/aioitertools/blob/master/LICENSE)
+[Documentation](https://aioitertools.omnilib.dev)
+[PyPI](https://pypi.org/project/aioitertools)
+[Changelog](https://aioitertools.omnilib.dev/en/latest/changelog.html)
+[License](https://github.com/omnilib/aioitertools/blob/master/LICENSE)
 
 
 Install
--- a/docs/_templates/badges.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<div class="omnilib-badges">
-    <a class="github-button" href="https://github.com/{{theme_github_user}}/{{theme_github_repo}}" data-size="large"
-        data-show-count="true" aria-label="Star {{ theme_github_user }}/{{ theme_github_repo }} on GitHub">Star</a>
-</div>
-
-<script async defer src="https://buttons.github.io/buttons.js"></script>
\ No newline at end of file
--- a/docs/_templates/omnilib.html
+++ b/docs/_templates/omnilib.html
@@ -21,4 +21,4 @@
 
 </div>
 
-<script src="https://kit.fontawesome.com/7b536acf49.js" crossorigin="anonymous"></script>
\ No newline at end of file
+<link rel="stylesheet" href="file:///usr/share/fonts-font-awesome/css/font-awesome.css">
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -76,7 +76,6 @@
 html_sidebars = {
     "**": [
         "about.html",
-        "badges.html",
         "navigation.html",
         "relations.html",
         "searchbox.html",
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,6 @@
 aioitertools
 ============
 
-[![Generated by attribution][attribution-badge]][attribution-url]
-
-
 v0.12.0
 -------
 
@@ -299,7 +296,3 @@
 $ git shortlog -s v0.1.0
      2	Amethyst Reese
 ```
-
-[attribution-badge]:
-    https://img.shields.io/badge/generated%20by-attribution-informational
-[attribution-url]: https://attribution.omnilib.dev
