mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
@@ -100,7 +100,7 @@ exclude_patterns = ['modules']
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
highlight_language = 'YAML'
|
||||
highlight_language = 'yaml'
|
||||
|
||||
|
||||
# Options for HTML output
|
||||
|
||||
Reference in New Issue
Block a user