Merge "[contributor] Fix docs-builds rendering"

This commit is contained in:
Jenkins 2017-09-07 14:24:19 +00:00 committed by Gerrit Code Review
commit fae8369eef

View File

@ -10,14 +10,14 @@ Clone a repository first
Before building documentation, you must first clone the repo where the files
reside:
.. code-block:: console
.. code-block:: console
$ git clone git://git.openstack.org/openstack/openstack-manuals.git
Navigate to the ``openstack-manuals`` directory and create a branch from there
to do your work:
.. code-block:: console
.. code-block:: console
$ cd openstack-manuals
$ git checkout -b new-branch
@ -66,7 +66,7 @@ Open a Terminal window. Make sure you have Python installed. Many contributors
use the `Homebrew tool instructions
<http://python-guide-pt-br.readthedocs.io/en/latest/starting/install/osx/>`_.
.. code-block:: console
.. code-block:: console
$ brew install python
$ pip install tox
@ -111,7 +111,7 @@ To the doc build scripts as-is on Windows, first install `Git for Windows`_.
Make sure you have a working Python environment, and then use Git Bash to run
all :command:`tox` commands within the repository directory:
.. code-block:: console
.. code-block:: console
$ pip install tox