From aa25b7cc0aad7fc98516e7222b809185481ff412 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 1 Nov 2010 21:21:01 +0100 Subject: [PATCH] Add Sphinx Configs --- cookbook/en/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbook/en/conf.py b/cookbook/en/conf.py index 58e36054e..18997a35d 100644 --- a/cookbook/en/conf.py +++ b/cookbook/en/conf.py @@ -51,7 +51,7 @@ release = '2.0.0-BETA4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -#language = None +language = 'en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -83,6 +83,8 @@ exclude_trees = ['_build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +highlight_language = 'php' + # A list of ignored prefixes for module index sorting. #modindex_common_prefix = []