From 3cb7f0eb329571886e71179ad2b29a5066f4ae2c Mon Sep 17 00:00:00 2001 From: Armando Montanez Date: Tue, 26 Dec 2023 16:40:32 +0000 Subject: [PATCH] pw_emu: Use code-block instead of code Replaces `code::` with `code-block::` to match the rest of Pigweed documentation. Change-Id: Ic95f562c6e39e8a59165ea52315b64609b1ffb5c Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/186170 Pigweed-Auto-Submit: Armando Montanez Commit-Queue: Auto-Submit Presubmit-Verified: CQ Bot Account Reviewed-by: Alexei Frolov --- pw_emu/guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pw_emu/guide.rst b/pw_emu/guide.rst index 0bf6320c44..642079116c 100644 --- a/pw_emu/guide.rst +++ b/pw_emu/guide.rst @@ -39,7 +39,7 @@ Get started Build a target and then use ``pw emu run`` to run the target binaries on the host. Continuing with the example: - .. code:: console + .. code-block:: console ninja -C out qemu_gcc pw emu run --args=-no-reboot qemu-lm3s6965evb \