slint/api/sixtyfps-cpp/docs/_templates/layout.html
Simon Hausmann 6278a7168a Include the example preview also in the C++ documentation
The template system used by Sphinx makes this rather easy, just the selector for the
HTML element to inject to needs to be extended.
2020-09-04 11:44:08 +02:00

5 lines
No EOL
145 B
HTML

{% extends "!layout.html" %}
{% block scripts %}
{{ super() }}
{% include "../../../sixtyfps-rs/sixtyfps-docs-integration.html" %}
{% endblock %}