summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phildawson.0807@gmail.com>2018-07-30 16:53:37 +0000
committerPhil Dawson <phildawson.0807@gmail.com>2018-07-30 16:53:37 +0000
commitfcb87b0afef504d77696268c619ffd61cc034f94 (patch)
treead821d00084a3cc6758088498878214225d8066a
parentae47a72bf5316b1e49b3ea325f2a978bf07eccac (diff)
parent695c0cb084308d4b4bee31effc18b6991158f4b3 (diff)
downloadbuildstream-fcb87b0afef504d77696268c619ffd61cc034f94.tar.gz
Merge branch 'phil/fixup-junctions-tutorial' into 'master'
junction-elements.rst: Add missing language specifier to literalinclude See merge request BuildStream/buildstream!591
-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.