{% if not embedded %}
{%- for scriptfile in script_files %}
{%- endfor %}
{% endif %}
{# RTD hosts this file, so just load on non RTD builds #}
{% if not READTHEDOCS %}
{# I'm sorry, I don't know how to use sphinx to inject this into the static JS. #}
{% endif %}
{# STICKY NAVIGATION #}
{% if theme_sticky_navigation %}
{% endif %}