mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix Sphinx build warnings related to code blocks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user