From 4293d8b8d978cb63e3d17086bc9d9a144a213919 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 19 Oct 2022 12:10:50 -0500 Subject: [PATCH] [docs][trivial] Remove redundant colon : Using "For Example::" marks the next block as code, so we end up emiting ".. code-block:: yaml"[1] as a code block which we don't really want. Remove the additional ':' so we emit the expected HTML. [1] Check https://zuul-ci.org/docs/zuul-jobs/general-roles.html#role-stage-output before merge Change-Id: Ic2e1fb9acb6a6b4ec77bf1ee0ec9ac5d809dfb7c --- roles/stage-output/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stage-output/README.rst b/roles/stage-output/README.rst index a2616d421..6c6455760 100644 --- a/roles/stage-output/README.rst +++ b/roles/stage-output/README.rst @@ -26,7 +26,7 @@ ensure {{ stage-dir }] is set to match {{ zuul_output_dir }}. not to copy. If the type is suffixed with ``_txt``, then the item will have - ``.txt`` appended to its name. For example:: + ``.txt`` appended to its name. For example: .. code-block:: yaml