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: I674deb86cc15ab8898ee87c5a0744d9edb3a76ee
This commit is contained in:
Akihiro Motoki 2016-10-06 17:39:11 +00:00
parent 4304bf3fce
commit 1f8022da03

View File

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