diff options
Diffstat (limited to 'docs/_templates/footer.html')
-rw-r--r-- | docs/_templates/footer.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html new file mode 100644 index 0000000..4c15e17 --- /dev/null +++ b/docs/_templates/footer.html @@ -0,0 +1,12 @@ +{% extends "!footer.html" %} +{% block extrafooter %} + +<!-- Empty para to force a blank line after "Built with Sphinx ..." --> +<p></p> + +{% trans path=pathto('about/license') %} +<p><a href="{{ path }}">QEMU and this manual are released under the +GNU General Public License, version 2.</a></p> +{% endtrans %} +{{ super() }} +{% endblock %} |