From 3cbf6615176f063e65122b43d2796b5fad26c69c Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 24 Jul 2015 12:00:35 -0400 Subject: Add syntax highlighting for bash blocks Also remove some []'s that were casuing rst2pdf to intepret a line as an ipv6 url Change-Id: I5e0cd0d455cc25e24853c37ac9329394c763828d Signed-off-by: Aric Gardner --- docs/enable_docu_gen.rst | 8 ++++++-- docs/templates/build-instructions.rst | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/enable_docu_gen.rst b/docs/enable_docu_gen.rst index f0aad0b65..bcb6fde5e 100644 --- a/docs/enable_docu_gen.rst +++ b/docs/enable_docu_gen.rst @@ -69,7 +69,9 @@ and change according to you needs. If standard will suffice for you skip this step and jump to **Edit .yml**, **Variant 1 - standard** -**docu-build.sh**:: +**docu-build.sh**: + +.. code-block:: bash #!/bin/bash set -e @@ -140,7 +142,9 @@ If standard will suffice for you skip this step and jump to **Edit + Now you should have the OPNFV genesis repository with Fuel@OPNFV stored locally on your build host. -- cgit 1.2.3-korg