{# bizstyle/layout.html ~~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the bizstyle theme. :copyright: Copyright 2011 by Sphinx-users.jp, see AUTHORS. :license: MIT, see LICENSE for details. #} {% extends "basic/layout.html" %} {% set script_files = script_files + ["_static/bizstyle.js"] %} {# use bootstrap .collapse for the TOC toggle on mobile #} {% set script_files = script_files + ["_static/bootstrap.min.js"] %} {% block rootrellink %}
{{ description }}
{%- endblock %} {%- block sidebartoc %} {{ super() }} {%- endblock %}