From 82e3d8341c3e554db694ea74c9ef32e8f80537cd Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 27 Apr 2021 19:19:56 -0700 Subject: [PATCH] doc: fix malformed code block in acrn config docs Fix incorrect code-block notation and code-block language Signed-off-by: David B. Kinder --- doc/tutorials/acrn_configuration_tool.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/acrn_configuration_tool.rst b/doc/tutorials/acrn_configuration_tool.rst index bd42c9928..7135d6389 100644 --- a/doc/tutorials/acrn_configuration_tool.rst +++ b/doc/tutorials/acrn_configuration_tool.rst @@ -382,15 +382,15 @@ Prerequisites .. _get acrn repo guide: https://projectacrn.github.io/latest/getting-started/building-from-source.html#get-the-acrn-hypervisor-source-code -- Clone the ACRN hypervisor repo:: +- Clone the ACRN hypervisor repo - .. code-block:: none + .. code-block:: bash $ git clone https://github.com/projectacrn/acrn-hypervisor - Install ACRN configuration editor dependencies: - .. code-block:: none + .. code-block:: bash $ cd ~/acrn-hypervisor/misc/config_tools/config_app $ sudo pip3 install -r requirements @@ -401,7 +401,7 @@ Instructions #. Launch the ACRN configuration editor: - .. code-block:: none + .. code-block:: bash $ python3 app.py