From 97a0464a5b3f80a78de29355e1a3e4afcd9a4f4e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 29 Oct 2019 15:35:14 -0700 Subject: [PATCH] doc: fix broken include paths PR #3665 moved the doc build folder, so files referenced via directives had an incorrect path (need to add an additional ../../ to the front of relative paths that were referencing files outside of the doc folder). Signed-off-by: David B. Kinder --- doc/getting-started/apl-nuc.rst | 2 +- doc/tutorials/static-ip.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index 6341e102c..b077a0323 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -576,7 +576,7 @@ Set up Reference UOS is also available in the acrn-hypervisor/devicemodel GitHub repo (in the samples folder) as shown here: - .. literalinclude:: ../../devicemodel/samples/nuc/launch_uos.sh + .. literalinclude:: ../../../../devicemodel/samples/nuc/launch_uos.sh :caption: devicemodel/samples/nuc/launch_uos.sh :language: bash diff --git a/doc/tutorials/static-ip.rst b/doc/tutorials/static-ip.rst index e11f48445..f5fc8c608 100644 --- a/doc/tutorials/static-ip.rst +++ b/doc/tutorials/static-ip.rst @@ -35,7 +35,7 @@ Modify the ``[Network]`` section in the ``/etc/systemd/network/50-eth.network`` file you just created. This is the content of the file used in ACRN by default. -.. literalinclude:: ../../misc/acrnbridge/eth.network +.. literalinclude:: ../../../../misc/acrnbridge/eth.network :caption: misc/acrnbridge/eth.network :emphasize-lines: 5