summaryrefslogblamecommitdiffstats
path: root/common/_templates/layout.html
blob: 7a66d8aec0f1bbd7eb3cfb62d954267e3794f628 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                







                                                                     
                          
                                               
{# Import the theme's layout. #}
{% extends "!layout.html" %}
{% block sidebartitle %}
    <a href="https://docs.rtems.org/">RTEMS Documentation Project</a>
    {{ super() }}
{% endblock %}
{% block menu %}
  {{ super() }}
  <a class="reference internal" href="genindex.html">Index</a>
{% endblock %}
{# Custom CSS overrides #}
{% set css_files = ['_static/my-styles.css'] %}