slint/docs/reference/_templates/layout.html
Simon Hausmann 8e69b88562 Fix injection of syntax highlighting and preview into Slint docs
The sphinx book theme uses a different base HTML file and different blocks, than furo.

Amends 2d58ead4f4
2024-09-25 15:26:22 +02:00

4 lines
196 B
HTML

{% extends "!layout.html" %} {% block scripts_end %} {{ super() }}
{% include "../../resources/slint-docs-preview.html" %}
{% include "../../resources/slint-docs-highlight.html" %}
{% endblock %}