|
@ -26,4 +26,15 @@ |
|
|
{% if pagename == 'index' %} |
|
|
{% if pagename == 'index' %} |
|
|
</div> |
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{%- if readthedocs %} |
|
|
|
|
|
<script> |
|
|
|
|
|
if (typeof READTHEDOCS_DATA !== 'undefined') { |
|
|
|
|
|
if (!READTHEDOCS_DATA.features) { |
|
|
|
|
|
READTHEDOCS_DATA.features = {}; |
|
|
|
|
|
} |
|
|
|
|
|
READTHEDOCS_DATA.features.docsearch_disabled = true; |
|
|
|
|
|
} |
|
|
|
|
|
</script> |
|
|
|
|
|
{%- endif %} |
|
|
{%- endblock %} |
|
|
{%- endblock %} |
|
|