{# mpld3/layout.html ~~~~~~~~~~~~~~~~~ Sphinx layout template for the mpld3 theme. :copyright: Copyright 2014 by the mpld3 team, see AUTHORS.md :license: BSD, see LICENSE for details. Adapted from the haiku theme in the sphinx project, Copyright 2007-2011, BSD licensed. sphinx-doc.org/ #} {% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/theme_extras.js'] %} {% set css_files = css_files + ['_static/print.css'] %} {{ css_files }} {# do not display relbars #} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% macro nav() %}
{%- block mpld3rel1 %} {%- endblock %} {%- if prev %} « {{ prev.title }} :: {%- endif %} {{ _('Contents') }} {%- if next %} :: {{ next.title }} » {%- endif %} {%- block mpld3rel2 %} {%- endblock %}
{% endmacro %} {% block content %}