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