diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ee40a112..c61de8e3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -259,4 +259,7 @@ texinfo_documents = [ #texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False \ No newline at end of file +#texinfo_no_detailmenu = False + +# -- Options for Internationalization output ------------------------------ +locale_dirs = ['locale/']