commit | 3fd3e27925e4a2760e27719ae6a942b154330869 | [log] [tgz] |
---|---|---|
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | Wed Jul 10 18:08:19 2019 +0200 |
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | Wed Jul 10 18:14:21 2019 +0200 |
tree | 5642d2901d002bfde30290cb295a9bb5e397cbb3 | |
parent | e5d89644294a04350d7bccc4a493ac99e80f0ce9 [diff] |
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>