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
pull/14948/head
Michael Scherer 8 years ago
parent 6a85da7e0c
commit d7f1d865ec

@ -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

Loading…
Cancel
Save