]> git.proxmox.com Git - mirror_qemu.git/commit
docs/conf.py: Disable option warnings
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2019 14:26:46 +0000 (14:26 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Mar 2019 14:26:46 +0000 (14:26 +0000)
commite250e867dc0172203b30aa25032efe29f1102b21
tree420ab3407e6990429923204e272907614f2687df
parent479fb8a5114cc87fdf96bb21e4cf0b5798286444
docs/conf.py: Disable option warnings

sphinx-build complains about using :option: to mark up option
flags that it doesn't know about (because they were not defined
using the "option::" directive):
docs/pr-manager.rst:68: WARNING: unknown option: -d

Suppress these warnings. This way we get the semantic markup
of the option flag but no cross-referencing hyperlink.

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