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: Ib99ff45eb2ab681ae376eb2e9aea0f7d9c099e3d
This commit is contained in:
Andreas Jaeger 2016-10-06 20:24:46 +02:00
parent 59e08a5f72
commit ec154362b2
1 changed files with 3 additions and 0 deletions

View File

@ -74,3 +74,6 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
# intersphinx_mapping = {'http://docs.python.org/': None}
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']