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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
319 B
HTML
Raw Normal View History

2023-10-13 12:17:09 +00:00
{% 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 %}