Skip to content

Commit

Permalink
docs(map.jinja): fix rst-lint violation [skip ci]
Browse files Browse the repository at this point in the history
```
WARNING docs/map.jinja.rst:277 Cannot analyze code. No Pygments lexer found for "jinja2".
```
  • Loading branch information
myii committed May 17, 2021
1 parent 0122a74 commit 93dd429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/map.jinja.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 93dd429

Please sign in to comment.