diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 31127a71d..5cd503a87 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -242,3 +242,6 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' + +# -- Options for Internationalization output ------------------------------ +locale_dirs = ['locale/']