summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2018-07-30 17:07:36 +0100
committerPhil Dawson <phil.dawson@codethink.co.uk>2018-07-30 17:07:36 +0100
commit695c0cb084308d4b4bee31effc18b6991158f4b3 (patch)
treead821d00084a3cc6758088498878214225d8066a
parentae47a72bf5316b1e49b3ea325f2a978bf07eccac (diff)
downloadbuildstream-phil/fixup-junctions-tutorial.tar.gz
junction-elements.rst: Add missing language specifier to literalincludephil/fixup-junctions-tutorial
A missing language specifier on a literal include directive results in yaml being rendered as python code. This commit adds the :language: tag to that directive.
-rw-r--r--doc/source/advanced-features/junction-elements.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/advanced-features/junction-elements.rst b/doc/source/advanced-features/junction-elements.rst
index 4457077aa..929ac1217 100644
--- a/doc/source/advanced-features/junction-elements.rst
+++ b/doc/source/advanced-features/junction-elements.rst
@@ -34,6 +34,7 @@ The below bst file describes an element which depends on the hello.bst element
from the autotools example:
.. literalinclude:: ../../examples/junctions/elements/callHello.bst
+ :language: yaml
This element consists of a script which calls hello.bst's hello command.