diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6a6a22b8a..23651ab5f 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -11,7 +11,17 @@ min-width: initial; max-width: initial; } + .algolia-autocomplete{ + width: 100%; + height: 1.5em + } + #q{ + width: 100%; + height: 100%; + } + + {% if pagename == 'index' %} @@ -111,3 +121,12 @@ {% 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 a3171651b..c63eb5f9f 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -5,6 +5,7 @@

+

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.