diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 8917f5cd4..b69e0e033 100755 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -73,3 +73,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/']