{% extends "basic/layout.html" %} {% if use_local_assets %} {% set css_files = ['_static/css/bootstrap.min.css', '_static/bootstrap-sphinx.css', '_static/font.css', '_static/css/base.css', '_static/css/custom.css'] %} {% else %} {% set css_files = ['//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css', '_static/bootstrap-sphinx.css', '//tests.obspy.org/static/font/style.css', '//tests.obspy.org/static/base.css', '_static/css/custom.css'] %} {% endif %} {% if use_local_assets %} {% set script_files = script_files + [ '_static/js/jquery-1.11.0.min.js', '_static/js/jquery-fix.js', '_static/bootstrap-3.1.0/js/bootstrap.min.js', '_static/bootstrap-sphinx.js' ] %} {% else %} {% set server_script_files = [ '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js', '_static/js/jquery-fix.js', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js', '_static/bootstrap-sphinx.js' ] %} {% endif %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and sidebars %} {%- set bs_content_width = render_sidebar and "9" or "12"%} {%- macro breadcrumb() %}
{%- endmacro %} {%- block doctype -%} {%- endblock %} {%- block extrahead %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {% block sidebar1 %}{% endblock %} {%- block content %}