diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-17 21:05:32 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-17 21:05:32 -0400 |
| commit | fb129ab2ad13dded6bc04b34bed75a937072354b (patch) | |
| tree | 1411fe1bc74b6bbd4fc54e3495d6efa323d01e10 /docs/build/_templates | |
| parent | 5b00b65845d54410cbe96ec7f77cf8d00d01c59a (diff) | |
| download | alembic-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.html | 9 |
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 %} + |
