From 93dd429e19ebbe28ea152c78c97428e4a9e2c17c Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 17 May 2021 19:02:05 +0100 Subject: [PATCH] docs(map.jinja): fix `rst-lint` violation [skip ci] ``` WARNING docs/map.jinja.rst:277 Cannot analyze code. No Pygments lexer found for "jinja2". ``` --- docs/map.jinja.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/map.jinja.rst b/docs/map.jinja.rst index b49206cb..a8b04b32 100644 --- a/docs/map.jinja.rst +++ b/docs/map.jinja.rst @@ -274,7 +274,7 @@ Using Jinja2 YAML template You can provide a Jinja2 YAML template file with a name suffixed with ``.yaml.jinja``, it must produce a YAML file conform to the `Format of configuration YAML files`_, for example: -.. code-block:: jinja2 +.. code-block:: jinja --- strategy: 'overwrite'