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.

Change-Id: Ic78152c2e83b525ac9dd6aadce47af6a62e1327f
This commit is contained in:
Andreas Jaeger 2016-10-06 20:18:58 +02:00
parent e6b5cab438
commit d0d9ba59d4
1 changed files with 3 additions and 0 deletions

View File

@ -259,3 +259,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/']