mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00

The template system used by Sphinx makes this rather easy, just the selector for the HTML element to inject to needs to be extended.
5 lines
No EOL
145 B
HTML
5 lines
No EOL
145 B
HTML
{% extends "!layout.html" %}
|
|
{% block scripts %}
|
|
{{ super() }}
|
|
{% include "../../../sixtyfps-rs/sixtyfps-docs-integration.html" %}
|
|
{% endblock %} |