From 41720b51b19d2967eca8a2e818352a52a31aec77 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 31 Aug 2018 09:28:23 +0200 Subject: [PATCH] Fix doc8 failures The new openstack-tox-docs fails the doc8 test due to overlong lines. Wrap them around. Change-Id: I335be7fc37302d86d6b8d8182188623aa91542ba Needed-By: https://review.openstack.org/595412 --- doc/source/admin/image-building.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/image-building.rst b/doc/source/admin/image-building.rst index a4bfa84e76..309b4439d0 100644 --- a/doc/source/admin/image-building.rst +++ b/doc/source/admin/image-building.rst @@ -6,7 +6,8 @@ Building Container Images Firstly, ensure kolla is installed or ready for development. -Then the :command:`kolla-build` command is responsible for building Docker images. +Then the :command:`kolla-build` command is responsible for building +Docker images. .. note:: @@ -23,9 +24,10 @@ designed to hold advanced customizations when building images. If you have already cloned the Kolla Git repository to the ``kolla`` folder, generate the ``kolla-build.conf`` file using the following steps. -If you don't, you can also run ``kolla-build`` without a ``kolla-build.conf`` -or with the file you find in the ``etc_examples`` folder of the Kolla pip package. -But you should only do that for testing purposes, if at all. +If you don't, you can also run ``kolla-build`` without a +``kolla-build.conf`` or with the file you find in the ``etc_examples`` +folder of the Kolla pip package. But you should only do that for +testing purposes, if at all. .. code-block:: console