summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2012-11-04 16:51:55 +0100
committerMarcel Hellkamp <marc@gsites.de>2012-11-04 16:51:55 +0100
commit5f86c57a7cad4c8d474d56e016a860762f531b61 (patch)
tree186e5a48f76a61b27cf27e42a7cf7d59f709f616 /docs/conf.py
parente2cedf2d6f86d85eba078b680285b20f8c928563 (diff)
downloadbottle-5f86c57a7cad4c8d474d56e016a860762f531b61.tar.gz
docs: Prepared multi-lingual documentation.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4ca9ff9..fa720d3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,6 +55,7 @@ release = bottle.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
language = 'en'
+locale_dirs = ['_locale']
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
@@ -215,4 +216,3 @@ intersphinx_mapping = {'python': ('http://docs.python.org/', None),
autodoc_member_order = 'bysource'
-locale_dirs = ['./locale']