[PATCH 7/7] docs: Add QEMU version information to HTML footer

Peter Maydell posted 7 patches 4 years, 7 months ago
Maintainers: Peter Maydell <peter.maydell@linaro.org>
[PATCH 7/7] docs: Add QEMU version information to HTML footer
Posted by Peter Maydell 4 years, 7 months ago
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>
---
 docs/_templates/footer.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html
index 4c15e17d2a8..977053b5415 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>
-- 
2.20.1


Re: [PATCH 7/7] docs: Add QEMU version information to HTML footer
Posted by Philippe Mathieu-Daudé 4 years, 7 months ago
On 7/5/21 11:55 AM, Peter Maydell wrote:
> 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>
> ---
>  docs/_templates/footer.html | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH 7/7] docs: Add QEMU version information to HTML footer
Posted by Daniel P. Berrangé 4 years, 7 months ago
On Mon, Jul 05, 2021 at 10:55:47AM +0100, Peter Maydell wrote:
> 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>
> ---
>  docs/_templates/footer.html | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|