diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-07-05 10:55:47 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-07-18 10:59:47 +0100 |
commit | 3a50c8f3067aaf344a568b8de6a68887ee55bc21 (patch) | |
tree | 189d4532bcc9765fec2672efbc1b45a5da6547b2 /docs/_templates | |
parent | 13f934e79fa72d28a2c7de584a45c646b65d524f (diff) |
docs: Add QEMU version information to HTML footer
Add a line to the HTML document footer mentioning the QEMU version.
The version information is already provided in very faint text below
the QEMU logo in the sidebar, but that is rather inconspicious, so
repeating it in the footer seems useful.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20210705095547.15790-8-peter.maydell@linaro.org
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 4c15e17d2a..977053b541 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -4,6 +4,8 @@ <!-- 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> |