{% extends "basic/layout.html" %} {% set script_files = script_files + [ '_static/js/jquery-1.9.1.min.js', '_static/js/jquery-fix.js', '_static/bootstrap-2.3.2/js/bootstrap.min.js', '_static/bootstrap-sphinx.js' ] %} {% set css_files = [ '_static/bootstrap-2.3.2/css/bootstrap.min.css' ] + css_files %} {% if theme_bootswatch_theme %} {% set css_files = css_files + [ '//netdna.bootstrapcdn.com/bootswatch/2.3.2/' + theme_bootswatch_theme + '/bootstrap.min.css' ] %} {% endif %} {% set css_files = css_files + [ '_static/bootstrap-sphinx.css', '_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css' ] %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and sidebars %} {%- set bs_content_span = render_sidebar and "span9" or "span12"%} {%- block doctype -%} {%- endblock %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %} {% endmacro %} {%- macro bsidebar() %} {%- if render_sidebar %}
{%- endif %} {%- endmacro %} {%- block extrahead %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %} {{ navBar() }}
{%- block sidebar1 %}{{ bsidebar() }}{% endblock %}
{% block body %}{% endblock %}
{% block sidebar2 %} {# possible location for sidebar #} {% endblock %}
{%- endblock %} {%- block footer %} {%- endblock %}