summaryrefslogtreecommitdiff
path: root/docsite/conf.py
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2016-03-13 09:50:52 +0100
committerMichael Scherer <misc@zarb.org>2016-03-13 09:50:52 +0100
commitd7f1d865ec190a394cd1bf717cc1344685763b07 (patch)
tree0964018f15292c35e89eb9083e64c2ce910f0ed9 /docsite/conf.py
parent6a85da7e0cf9d1570b44e2782ddeac2848c85a46 (diff)
downloadansible-d7f1d865ec190a394cd1bf717cc1344685763b07.tar.gz
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
Diffstat (limited to 'docsite/conf.py')
-rw-r--r--docsite/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/conf.py b/docsite/conf.py
index 95bc1fb832..b300813b25 100644
--- a/docsite/conf.py
+++ b/docsite/conf.py
@@ -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