From 723f86a578e9a6ecde4d71c3c10a9fd5a98dc2b8 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 1 Mar 2022 10:06:37 -0800 Subject: [PATCH] doc: remove build problem in release notes when an XML option was removed, it will break documentation links to that option information. We'll remove the link in the old release notes to fix this problem. Signed-off-by: David B. Kinder --- doc/release_notes/release_notes_2.5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release_notes/release_notes_2.5.rst b/doc/release_notes/release_notes_2.5.rst index 6681897ac..4e3990ba7 100644 --- a/doc/release_notes/release_notes_2.5.rst +++ b/doc/release_notes/release_notes_2.5.rst @@ -109,7 +109,7 @@ Add New Configuration Options In v2.5, the following elements are added to scenario XML files: -- :option:`hv.FEATURES.NVMX_ENABLED` +- ``hv.FEATURES.NVMX_ENABLED`` - :option:`vm.PTM` The following element is renamed: @@ -118,7 +118,7 @@ The following element is renamed: Constraints on values of the following element have changed: -- :option:`vm.guest_flags.guest_flag` no longer accepts an empty text. For VMs +- ``vm.guest_flags.guest_flag`` no longer accepts an empty text. For VMs with no guest flag set, set the value to ``0``. Document Updates