Changing example code block language from yaml to yaml+jinja. (#40365)

(cherry picked from commit 9f84c09bf3)
This commit is contained in:
Felix Fontein 2018-06-07 23:12:09 +02:00 committed by Matt Clay
parent 9bd219eee2
commit 114fa9dd08

View file

@ -222,7 +222,7 @@ Notes
Examples
--------
.. code-block:: yaml
.. code-block:: yaml+jinja
{% for example in examples %}
{% if example['description'] %}@{ example['description'] | indent(4, True) }@{% endif %}