Merge pull request #14948 from mscherer/fix_doc_lexer

Fix pygments lexer name
pull/4420/head
Brian Coca 2016-03-16 17:13:29 -07:00
commit 7f8e8ddca9
1 changed files with 1 additions and 1 deletions

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