docs: Ensure literal block rendering 74/91174/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 10 Jul 2019 16:08:19 +0000 (18:08 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 10 Jul 2019 16:14:21 +0000 (18:14 +0200)
commit3fd3e27925e4a2760e27719ae6a942b154330869
tree5642d2901d002bfde30290cb295a9bb5e397cbb3
parente5d89644294a04350d7bccc4a493ac99e80f0ce9
docs: Ensure literal block rendering

Literal block is not rendered as such unless prefixed with two colons
("::") [1].

Sphinx "code-block" directive takes a language name as an argument [2]
and fails if none is supplied.

[1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#literal-blocks
[2] https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block

Issue-ID: OOM-1612
Change-Id: Ibf5ddf9b50753206b5bcec0df83c8a19346e6ad9
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/oom_setup_kubernetes_rancher.rst