mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 06:56:40 +08:00
13 lines
394 B
HTML
13 lines
394 B
HTML
{# 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="{{ pathto("genindex") }}"><b>Index</b></a>
|
|
{% endblock %}
|
|
{# Custom CSS overrides #}
|
|
{% set css_files = ['_static/my-styles.css'] %}
|