summaryrefslogtreecommitdiffstats
path: root/docs/enable_docu_gen.rst
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2015-07-24 12:00:35 -0400
committerAric Gardner <agardner@linuxfoundation.org>2015-07-24 12:08:47 -0400
commit3cbf6615176f063e65122b43d2796b5fad26c69c (patch)
tree5afdccc69f38c086055ebb8ebba8cbf3dccd9b74 /docs/enable_docu_gen.rst
parent9d00c5d1ebb28bf0c69178c277eef56984a47fb9 (diff)
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 <agardner@linuxfoundation.org>
Diffstat (limited to 'docs/enable_docu_gen.rst')
-rw-r--r--docs/enable_docu_gen.rst8
1 files changed, 6 insertions, 2 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 <your-project>.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 <your-project
#the double {{ in file_cut="${{file%.*}}" is to escape jjb's yaml
-**docu-verify.sh**::
+**docu-verify.sh**:
+
+.. code-block:: bash
#!/bin/bash
set -e