mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-16 16:07:50 +08:00
6 lines
150 B
HTML
6 lines
150 B
HTML
{# Import the theme's layout. #}
|
|
{% extends "!layout.html" %}
|
|
|
|
{# Custom CSS overrides #}
|
|
{% set bootswatch_css_custom = ['_static/my-styles.css'] %}
|