summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-06 20:52:01 +0200
committerAndreas Jaeger <aj@suse.com>2016-10-06 20:52:01 +0200
commita781b0434bdebcf1fc673e915e76275eefc60009 (patch)
tree89f9b013b714c2dfda6ab013c56237a93a9753e0 /releasenotes
parent214e2603dee642c03e3353457a34940985e0aee9 (diff)
downloadpython-saharaclient-a781b0434bdebcf1fc673e915e76275eefc60009.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: Id24407f62d885f1e8deabe10e467c327a80b08a9
Diffstat (limited to 'releasenotes')
-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 8cb5d9e..60ca01c 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -217,3 +217,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/']