From c17d4b4d243234340ac89eae7ae41e2ad8c538e1 Mon Sep 17 00:00:00 2001 From: JakobKrieg Date: Wed, 12 Aug 2020 11:23:52 +0200 Subject: Add code-block language for CBA structure Issue-ID: CCSDK-2615 Change-Id: I82eabcec215c1313b3fce418978678d8a0306dfa Signed-off-by: JakobKrieg --- docs/modelingconcepts/cba.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modelingconcepts/cba.rst b/docs/modelingconcepts/cba.rst index a400ef614..72034d008 100644 --- a/docs/modelingconcepts/cba.rst +++ b/docs/modelingconcepts/cba.rst @@ -13,7 +13,9 @@ The **C**\ ontroller **B**\ lueprint **A**\ rchive is the overall service design The CBA is **.zip** file, comprised of the following folder structure, the files may vary: -.. code-block:: +.. code-block language is required for ReadTheDocs to render code-blocks. Python set as default. + +.. code-block:: python ├── Definitions │ ├── blueprint.json Overall TOSCA service template (worfklow + node_template) -- cgit 1.2.3-korg