From 2fe73f2807c5c7dce14cb610915302a85474f131 Mon Sep 17 00:00:00 2001 From: Dan Bader Date: Wed, 7 Nov 2018 09:10:58 -0800 Subject: [PATCH] Revert "adding search experience to the documentation #932" This reverts commit 1363df8e25d1567f27e7ac6dc8a468e205b3e35f. --- docs/_templates/layout.html | 19 ------------------- docs/_templates/sidebarintro.html | 1 - 2 files changed, 20 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 23651ab..6a6a22b 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -11,17 +11,7 @@ min-width: initial; max-width: initial; } - .algolia-autocomplete{ - width: 100%; - height: 1.5em - } - #q{ - width: 100%; - height: 100%; - } - - {% if pagename == 'index' %} @@ -121,12 +111,3 @@ {% if show_copyright %}

©{{ copyright }}

{% endif %} {% endblock %} - - - \ No newline at end of file diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index c63eb5f..a317165 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -5,7 +5,6 @@

-

This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.