Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/source/conf.py
diff options
context:
space:
mode:
authorKalpa Welivitigoda <callkalpa@gmail.com>2013-09-27 18:20:15 (GMT)
committer Kalpa Welivitigoda <callkalpa@gmail.com>2013-09-27 18:20:15 (GMT)
commitb5a9db8598389c2c636fbb8d6a330b81bececd96 (patch)
treefcc4d9ac8d8e61e92c17b0bf55593f6f61355990 /source/conf.py
parent48a52b715fe0de444d5861979c781aa426055534 (diff)
fixed translations not working issue
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/conf.py b/source/conf.py
index 4e7518c..812e664 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -37,7 +37,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
-master_doc = 'index'
+master_doc = 'content/index'
# General information about the project.
project = u'Sugar'
@@ -54,8 +54,8 @@ release = '0.94'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
-#language = None
-locale_dirs=["translated/"]
+locale_dirs=['translated/']
+gettext_compact=False
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: