mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00

* docs: Move the langref to sphinx * docs: Use sphinx to build nighly doc snapshot of langref
4 lines
226 B
HTML
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 %}
|