aboutsummaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-06-29 02:34:11 -0400
committerRapptz <[email protected]>2019-06-29 02:34:11 -0400
commitc26797d808b213a902ab425b307bc0d109c13ef4 (patch)
tree328ce0c044634e5cfc6371f1132aa82f00e1fe27 /docs/_templates
parentDisable RTD search. (diff)
downloaddiscord.py-c26797d808b213a902ab425b307bc0d109c13ef4.tar.xz
discord.py-c26797d808b213a902ab425b307bc0d109c13ef4.zip
Proper RTD detection.
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 412deb20..00686bd7 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -27,7 +27,7 @@
</div>
{% endif %}
- {%- if readthedocs %}
+ {%- if ON_READTHEDOCS %}
<script>
if (typeof READTHEDOCS_DATA !== 'undefined') {
if (!READTHEDOCS_DATA.features) {