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: Ibf005a434417c7b6ad7b7bada27d45f3bf238db1
This commit is contained in:
Andreas Jaeger 2016-10-06 20:13:48 +02:00
parent 407e659eb9
commit f9a0f6f6df
1 changed files with 3 additions and 0 deletions

View File

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