{% extends "!layout.html" %} #Strip out the default script files we provide, but keep some, like mathjax. {% set script_files = script_files[3:] %} {% block htmltitle %} {{ super() }} {% if using_theme %} {% endif %} {% endblock %} {% block sidebarlogo %} {{ super() }} {% if using_theme %} {% if versions %}

Project Versions

{% endif %} {% endif %} {% endblock %} {% block footer %} {{ super() }} {# Keep this here, so that the RTD logo doesn't stomp on the bottom of the theme. #} {% if not using_theme %}


{% endif %} {% if analytics_code %} {% endif %} {% endblock %}