From f2a208c22825d97c3af460ddb4540ce6eda4f9bf Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Tue, 26 Sep 2023 22:23:06 +1000 Subject: [PATCH] doc: Fix formatting for the example of commit message Example of commit message was formatted with code-block directive which has language argument required or optional depending on the sphinx version. Replace code-block with simpler literal block which never has arguments, and also since the text formatted is not actually a code. Change-Id: If0bc8327e973d9bc9a93eea38c83bfab412fb8f4 Signed-off-by: Anastasia Klimchuk Reviewed-on: https://review.coreboot.org/c/flashrom/+/78120 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Alexander Goncharov --- doc/dev_guide/development_guide.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index bdbee3750..60c562576 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -51,9 +51,7 @@ on the commit (``git commit -s``). Commit message -------------- -Commit messages shall have the following format: - -.. code-block:: +Commit messages shall have the following format:: : Short description (up to 72 characters)