]> git.proxmox.com Git - mirror_qemu.git/commit
docs/conf.py: Don't hard-code QEMU version
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2019 14:26:47 +0000 (14:26 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2019 14:26:47 +0000 (14:26 +0000)
commit6038f5fca588d8f44c403a8b8742163d9ab4adba
tree16945ca758caa724994f9691ed31e369bcf50059
parent57b49737ae467fd95504de7b2d755a994e7cec4b
docs/conf.py: Don't hard-code QEMU version

Don't hard-code the QEMU version number into conf.py. Instead
we either pass it to sphinx-build on the command line, or
(if doing a standalone Sphinx run in a readthedocs.org setup)
extract it from the VERSION file.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190305172139.32662-12-peter.maydell@linaro.org
Message-id: 20190228145624.24885-12-peter.maydell@linaro.org
Makefile
docs/conf.py