qemu/docs/_templates/footer.html
<<
>>
Prefs
   1{% extends "!footer.html" %}
   2{% block extrafooter %}
   3
   4<!-- Empty para to force a blank line after "Built with Sphinx ..." -->
   5<p></p>
   6
   7<p>This documentation is for QEMU version {{ version }}.</p>
   8
   9{% trans path=pathto('about/license') %}
  10<p><a href="{{ path }}">QEMU and this manual are released under the
  11GNU General Public License, version 2.</a></p>
  12{% endtrans %}
  13{{ super() }}
  14{% endblock %}
  15