]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- attempt to get RTD to include the correct searchtools
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Jun 2016 01:05:32 +0000 (21:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Jun 2016 01:05:32 +0000 (21:05 -0400)
Change-Id: Iafb3854e85a48874410235483e4d474f24d6fe52

docs/build/_templates/layout.html [new file with mode: 0644]

diff --git a/docs/build/_templates/layout.html b/docs/build/_templates/layout.html
new file mode 100644 (file)
index 0000000..c042d05
--- /dev/null
@@ -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 %}
+