Fix docs build "literal block expected" warning

When do the "tox docs" or "make html" in docs directory below warning
is thrown in the middle of building docs

    doc/source/install-guide/app-minorupgrade.rst:27:
    WARNING: Literal block expected; none found.

Change-Id: I4aaca86d6e6291753c608579979660352f5cd36b
Closes-bug: #1510593
This commit is contained in:
Radoslaw Smigielski 2015-10-28 00:27:25 +09:00
parent 8355f191de
commit ddd4d6b3f0

View File

@ -22,7 +22,7 @@ in the repository. This is done by executing, for example:
A minor upgrade will typically require the execution of the following:
1. Change directory into the repository clone root directory::
1. Change directory into the repository clone root directory
.. code-block:: shell-session