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: I304d51266905e3692ffc1da73b45ba86c4b4964d
This commit is contained in:
Andreas Jaeger 2016-10-06 20:30:32 +02:00
parent 21563bfc65
commit 69c29c77be
1 changed files with 3 additions and 0 deletions

View File

@ -59,3 +59,6 @@ pygments_style = 'sphinx'
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']