{# sphinx-rigado-theme/layout.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the Rigado theme. :copyright: Copyright 2017 by Rigado :license: All rights reserved #} {% extends "classic/layout.html" %} {% set css_files = css_files + ['_static/css/rigado.css'] %} {%- block linktags %} {{ super() }} {%- endblock %} {%- block extrahead %} {# this block is after the one using html_favicon from conf.py, so it safely overwrites it #} {% endblock %} {# remove breadcrumbs from relbar, overwrite logo #} {%- block relbar1 %} {%- endblock %} {# no relbar2 please! #} {%- block relbar2 %}{%- endblock %} {# reformat the search form a little #} {# had to copy in the entire sidebar because it was just going to include the files and the sidebarsearch block was defined in the layout, not in the included file #} {%- block sidebar2 %} {%- if render_sidebar %} {%- endif %} {%- endblock %} {%- block footer %} {%- endblock %}