Repository: cloudstack-docs-install Updated Branches: refs/heads/master d637e443c -> 469c12004
fix conf file for localization Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/469c1200 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/469c1200 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/469c1200 Branch: refs/heads/master Commit: 469c1200447affd096d2c7a8f2b384974ea5fd71 Parents: d637e44 Author: Sebastien Goasguen <run...@gmail.com> Authored: Tue Apr 29 17:06:46 2014 -0400 Committer: Sebastien Goasguen <run...@gmail.com> Committed: Tue Apr 29 17:06:46 2014 -0400 ---------------------------------------------------------------------- source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/469c1200/source/conf.py ---------------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index 3b1b211..05f1cad 100644 --- a/source/conf.py +++ b/source/conf.py @@ -35,6 +35,10 @@ extensions = [] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +# Localization +locale_dirs = ['./locale/'] +gettext_compact = False + # The suffix of source filenames. source_suffix = '.rst'