summaryrefslogtreecommitdiff
path: root/docs/build/_templates
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-06-17 21:05:32 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-06-17 21:05:32 -0400
commitfb129ab2ad13dded6bc04b34bed75a937072354b (patch)
tree1411fe1bc74b6bbd4fc54e3495d6efa323d01e10 /docs/build/_templates
parent5b00b65845d54410cbe96ec7f77cf8d00d01c59a (diff)
downloadalembic-fb129ab2ad13dded6bc04b34bed75a937072354b.tar.gz
- attempt to get RTD to include the correct searchtools
Change-Id: Iafb3854e85a48874410235483e4d474f24d6fe52
Diffstat (limited to 'docs/build/_templates')
-rw-r--r--docs/build/_templates/layout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/build/_templates/layout.html b/docs/build/_templates/layout.html
new file mode 100644
index 0000000..c042d05
--- /dev/null
+++ b/docs/build/_templates/layout.html
@@ -0,0 +1,9 @@
+{% extends "!layout.html" %}
+
+{%- block extrahead %}
+<!-- force RTD to include the correct searchtools -->
+
+<script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1)}}"></script>
+
+{% endblock %}
+