From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Mon, 3 Jan 2022 21:31:54 +0000
Subject: Remove remote badges to prevent privacy issues.

---
 docs/_templates/badges.html | 12 ------------
 docs/conf.py                |  1 -
 2 files changed, 13 deletions(-)

diff --git a/docs/_templates/badges.html b/docs/_templates/badges.html
index 1a9523e..e69de29 100644
--- a/docs/_templates/badges.html
+++ b/docs/_templates/badges.html
@@ -1,12 +0,0 @@
-<ul>
-  <li>
-      <!-- Place this tag where you want the button to render. -->
-      <a class="github-button" href="https://github.com/sobolevn/django-split-settings" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star sobolevn/django-split-settings on GitHub">Star</a>
-  </li>
-  <li>
-      <!-- Place this tag where you want the button to render. -->
-      <a class="github-button" href="https://github.com/sobolevn/django-split-settings/issues" data-icon="octicon-issue-opened" data-size="large" data-show-count="true" aria-label="Issue sobolevn/django-split-settings on GitHub">Issue</a>
-  </li>
-</ul>
-
-<script async defer src="https://buttons.github.io/buttons.js"></script>
diff --git a/docs/conf.py b/docs/conf.py
index 483728d..973f530 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -123,7 +123,6 @@ html_sidebars = {
     '**': [
         'about.html',
         'navigation.html',
-        'badges.html',
         'moreinfo.html',
         'github.html',
         'searchbox.html',
