mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00

The sphinx book theme uses a different base HTML file and different blocks, than furo.
Amends 2d58ead4f4
4 lines
196 B
HTML
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 %}
|