{#% extends "basic/layout.html" %#} {% set bootstrap_version, navbar_version = "3.3.7", "" %} {% 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 %} {%- macro bsidebar() %} {%- if render_sidebar %}