Enable releasenotes 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: I3f6c662b0907a647dfc98086ead96fd407a3b847
This commit is contained in:
caihui 2016-10-31 11:13:41 +08:00
parent 95bbccfe33
commit 127ceb6135

View File

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