mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Disable RTD search.
It's completely broken anyway.
This commit is contained in:
parent
ab00bc0686
commit
1652539d40
11
docs/_templates/layout.html
vendored
11
docs/_templates/layout.html
vendored
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user