From 8f6f3689a0521c32aa13ba6a46fb2cca09fb070a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Sep 2017 21:24:40 +0200 Subject: [PATCH] [contributor] Fix docs-builds rendering Remove extra whitespace that leads to a grey bar besides the code boxes on https://docs.openstack.org/contributor-guide/docs-builds.html Change-Id: I2537dfdd24509566919d3295424442702cb4639d --- doc/contributor-guide/source/docs-builds.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/contributor-guide/source/docs-builds.rst b/doc/contributor-guide/source/docs-builds.rst index 8483b447a1..7313f208f6 100644 --- a/doc/contributor-guide/source/docs-builds.rst +++ b/doc/contributor-guide/source/docs-builds.rst @@ -10,17 +10,17 @@ 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 + $ 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 + $ cd openstack-manuals + $ git checkout -b new-branch The value of ``new-branch`` is any name you want to give to your branch. @@ -66,10 +66,10 @@ Open a Terminal window. Make sure you have Python installed. Many contributors use the `Homebrew tool instructions `_. - .. code-block:: console +.. code-block:: console - $ brew install python - $ pip install tox + $ brew install python + $ pip install tox * On Ubuntu or Debian: @@ -111,9 +111,9 @@ 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 + $ pip install tox .. _Git for Windows: https://git-for-windows.github.io/