Revert "adding search experience to the documentation #932"

This reverts commit 1363df8e25.
This commit is contained in:
Dan Bader
2018-11-07 09:10:58 -08:00
parent 47934d5f09
commit 2fe73f2807
2 changed files with 0 additions and 20 deletions
-19
View File
@@ -11,17 +11,7 @@
min-width: initial;
max-width: initial;
}
.algolia-autocomplete{
width: 100%;
height: 1.5em
}
#q{
width: 100%;
height: 100%;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
{% if pagename == 'index' %}
<link rel="canonical" href="https://docs.python-guide.org/"/>
@@ -121,12 +111,3 @@
{% if show_copyright %}<p>&copy;{{ copyright }}</p>{% endif %}
</div>
{% endblock %}
<!-- at the end of the BODY -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
apiKey: '512b0d6c0c8578bed7662f5279c2249c',
indexName: 'python-guide',
inputSelector: '#q',
debug: false // Set debug to true if you want to inspect the dropdown
});
</script>