From ec154362b2be9faadbe3a15b777e773feab1cb77 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 6 Oct 2016 20:24:46 +0200 Subject: [PATCH] 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 --- releasenotes/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5d677a44f..9333dc105 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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/']