diff options
| author | Rapptz <[email protected]> | 2019-06-29 02:34:11 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-29 02:34:11 -0400 |
| commit | c26797d808b213a902ab425b307bc0d109c13ef4 (patch) | |
| tree | 328ce0c044634e5cfc6371f1132aa82f00e1fe27 /docs/_templates | |
| parent | Disable RTD search. (diff) | |
| download | discord.py-c26797d808b213a902ab425b307bc0d109c13ef4.tar.xz discord.py-c26797d808b213a902ab425b307bc0d109c13ef4.zip | |
Proper RTD detection.
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
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) { |