diff options
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/footer.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html new file mode 100644 index 000000000..977053b54 --- /dev/null +++ b/docs/_templates/footer.html @@ -0,0 +1,14 @@ +{% extends "!footer.html" %} +{% block extrafooter %} + +<!-- Empty para to force a blank line after "Built with Sphinx ..." --> +<p></p> + +<p>This documentation is for QEMU version {{ version }}.</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 %} |