From 9f60609405f8179a462141fe77a3936a43a2ce4e Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 21 May 2015 09:03:22 -0700 Subject: [PATCH] Customize search --- doc/_templates/layout.html | 22 +++++++++------ doc/_templates/search.html | 55 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 8 deletions(-) create mode 100644 doc/_templates/search.html diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 652a2ff5..a6b56f96 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -8,6 +8,19 @@ {% endblock %} +{%- macro searchform(classes, button) %} + +{%- endmacro %} + {% block header %}