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: I27f8482ff150f41c565c0bdb6dafce10fbb59d2b
This commit is contained in:
Andreas Jaeger 2016-10-06 20:50:56 +02:00
parent c4aca72927
commit ff439ca368

View File

@ -261,3 +261,6 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
# texinfo_show_urls = 'footnote'
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']