mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix pygments lexer name
This prevent the build from sending warnings like this: YAMLSyntax.rst:28: WARNING: Pygments lexer name 'YAML' is not known and actually show real warnings and issues in the documentation
This commit is contained in:
parent
6a85da7e0c
commit
d7f1d865ec
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ exclude_patterns = ['modules']
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
highlight_language = 'YAML'
|
highlight_language = 'yaml'
|
||||||
|
|
||||||
|
|
||||||
# Options for HTML output
|
# Options for HTML output
|
||||||
|
|
Loading…
Reference in a new issue