{% extends "basic/layout.html" %} {% if theme_bootstrap_version == "3" %} {% set bootstrap_version, navbar_version = "3.3.7", "" %} {% set bs_span_prefix = "col-md-" %} {% else %} {% set bootstrap_version, navbar_version = "4.2.1", "" %} {% set bs_span_prefix = "col-md-" %} {% endif %} {% set script_files = script_files + [ '_static/js/jquery-1.11.0.min.js', '_static/js/jquery-fix.js', '_static/bootstrap-' + bootstrap_version + '/js/bootstrap.min.js', '_static/bootstrap-sphinx.js' ] %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and sidebars %} {%- set bs_content_width = render_sidebar and "9" or "12"%} {%- block doctype -%} {%- endblock %} {# Sidebar: Rework into our Bootstrap nav section. #} {% macro navBar() %} {% include "navbar" + navbar_version + ".html" %} {% endmacro %} {%- macro bsidebar() %} {%- if render_sidebar %}