diff options
| author | Rapptz <[email protected]> | 2019-07-01 00:37:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-07-01 00:37:35 -0400 |
| commit | 4c917d10dead530273a64919c5fd8a7afec9eafe (patch) | |
| tree | e27cb770c8b836a4f0303ee572a1940e3d316eb1 /docs/_templates/layout.html | |
| parent | Flatten genindex to not group names. (diff) | |
| download | discord.py-4c917d10dead530273a64919c5fd8a7afec9eafe.tar.xz discord.py-4c917d10dead530273a64919c5fd8a7afec9eafe.zip | |
Use the standard way of detecting RTD
Diffstat (limited to 'docs/_templates/layout.html')
| -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 00686bd7..0ef7d54f 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -27,7 +27,7 @@ </div> {% endif %} - {%- if ON_READTHEDOCS %} + {%- if READTHEDOCS %} <script> if (typeof READTHEDOCS_DATA !== 'undefined') { if (!READTHEDOCS_DATA.features) { |