From fb129ab2ad13dded6bc04b34bed75a937072354b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 17 Jun 2016 21:05:32 -0400 Subject: [PATCH] - attempt to get RTD to include the correct searchtools Change-Id: Iafb3854e85a48874410235483e4d474f24d6fe52 --- docs/build/_templates/layout.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/build/_templates/layout.html diff --git a/docs/build/_templates/layout.html b/docs/build/_templates/layout.html new file mode 100644 index 00000000..c042d054 --- /dev/null +++ b/docs/build/_templates/layout.html @@ -0,0 +1,9 @@ +{% extends "!layout.html" %} + +{%- block extrahead %} + + + + +{% endblock %} + -- 2.47.2