[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
This commit is contained in:
parent
a791329de3
commit
4293d8b8d9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user