Browse Source

Fix Sphinx build warnings related to code blocks

Hugo Locurcio 6 years ago
parent
commit
f5399577a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      community/contributing/pr_workflow.rst

+ 2 - 2
community/contributing/pr_workflow.rst

@@ -379,7 +379,7 @@ do:
 
 This will open a text editor with:
 
-::
+.. code-block:: text
 
     pick 1b4aad7 Add a pretty banner to the project manager
     pick e07077e Fix a typo in the banner's title
@@ -392,7 +392,7 @@ that "fixup" will discard the commit log from the squashed commit. In our
 example, we are not interested in keeping the log of the "Fix a typo" commit,
 so we use:
 
-::
+.. code-block:: text
 
     pick 1b4aad7 Add a pretty banner to the project manager
     fixup e07077e Fix a typo in the banner's title