subiquity/doc/.sphinx/_templates/base.html

13 lines
319 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "furo/base.html" %}
{% block theme_scripts %}
<script>
const github_url = "{{ github_url }}";
</script>
{% endblock theme_scripts %}
{# ru-fu: don't include the color variables from the conf.py file, but use a
separate CSS file to save space #}
{% block theme_styles %}
{% endblock theme_styles %}