From: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
Date: Fri, 15 Sep 2023 16:54:18 +0300
Subject: Fix privacy breach
Forwarded: not-needed

--- a/docs/_templates/sidebarlogo.html
+++ b/docs/_templates/sidebarlogo.html
@@ -1,41 +1,8 @@
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
-<style>
-  .algolia-autocomplete{
-    width: 100%;
-    height: 1.5em
-  }
-  .algolia-autocomplete a{
-    border-bottom: none !important;
-  }
-  iframe.noScrolling{
-    overflow: hidden;
-  }
-  iframe.noBorder{
-    border: none;
-  }
-  #doc_search{
-    width: 100%;
-    height: 100%;
-  }
-  </style>
-  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
-    apiKey: '0dbb76467f0c180a1344fc46858df17b',
-    indexName: 'pipenv',
-    inputSelector: '#doc_search',
-    debug: false // Set debug to true if you want to inspect the dropdown
-  })" async></script>
 <p class="logo">
   <a href="{{ pathto(master_doc) }}">
     <img class="logo" src="{{ pathto('_static/pipenv.png', 1) }}" title="Gift-wrapped box w/ 'pipenv' on the ribbon"/>
   </a>
 </p>
-
-<p>
-  <iframe src="https://ghbtns.com/github-btn.html?user=pypa&repo=pipenv&type=watch&count=true&size=large"
-    allowtransparency="true" class="noScrolling noBorder" width="200px" height="35px" ></iframe>
-</p>
-<input id="doc_search" label="doc_search" placeholder="Search the doc" autofocus/>
-<p>
   <strong>Pipenv</strong> is a production-ready tool that aims to bring the best of all packaging worlds to the Python world. It harnesses Pipfile, pip, and virtualenv into one single command.
   <p>It features very pretty terminal colors.</p>
 </p>
@@ -43,10 +10,6 @@
 <h3>Stay Informed</h3>
 <p>Receive updates on new releases and upcoming projects.</p>
 
-<p><iframe src="https://ghbtns.com/github-btn.html?user=pypa&type=follow&count=true"
-  allowtransparency="true" class="noScrolling noBorder" width="200" height="20"></iframe></p>
-
-<p><a href="https://twitter.com/ThePyPA" class="twitter-follow-button" data-show-count="false">Follow @ThePyPA</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p>
 <p><a href="https://mail.python.org/mailman3/lists/distutils-sig.python.org/">Join Mailing List</a>.</p>
 
 <h3>Other Projects</h3>
