slint/docs/langref/_templates/layout.html
Tobias Hunger e1e4be2497
Use sphinx to generate the Slint language reference (#2218)
* docs: Move the langref to sphinx

* docs: Use sphinx to build nighly doc snapshot of langref
2023-02-10 11:51:36 +01:00

4 lines
226 B
HTML

{% extends "!layout.html" %} {% block scripts %} {{ super() }} {% include
"../../resources/slint-docs-preview.html" %}
<!-- {% include "../../resources/slint-docs-highlight.html" %} -- Too many GL contexts! -->
{% endblock %}