summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/enable_docu_gen.rst8
-rw-r--r--docs/templates/build-instructions.rst2
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 <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
diff --git a/docs/templates/build-instructions.rst b/docs/templates/build-instructions.rst
index 3f348333c..029eddead 100644
--- a/docs/templates/build-instructions.rst
+++ b/docs/templates/build-instructions.rst
@@ -121,7 +121,7 @@ Then restart docker:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now it is time to clone the code repository:
-<git clone ssh://[Linux foundation user]@gerrit.opnfv.org:29418/genesis>
+<git clone ssh://Linux foundation user@gerrit.opnfv.org:29418/genesis>
Now you should have the OPNFV genesis repository with Fuel@OPNFV stored locally on your build host.