summaryrefslogtreecommitdiff
path: root/releasenotes/source
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:51:41 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:51:41 +0200
commit4c1dab99e3b1e3815d9dc3e646f8133e5cf443d5 (patch)
tree8eee9ac7dfd6820cb210a27a1537b506d11333d7 /releasenotes/source
parente88afc046b2ab833a307869d775b820252341612 (diff)
downloadpython-novaclient-4c1dab99e3b1e3815d9dc3e646f8133e5cf443d5.tar.gz
Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: Ic73a5d161244396297c9d4f72ae4c586e7f81cf8
Diffstat (limited to 'releasenotes/source')
-rw-r--r--releasenotes/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 996aff6d..87606398 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -258,3 +258,6 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
+
+# -- Options for Internationalization output ------------------------------
+locale_dirs = ['locale/']