Merge pull request #14948 from mscherer/fix_doc_lexer

Fix pygments lexer name
This commit is contained in:
Brian Coca 2016-03-16 17:13:29 -07:00
commit 7f8e8ddca9

View file

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