diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 67a5536..b8de4c7 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -59,3 +59,6 @@ pygments_style = 'sphinx' # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project + +# -- Options for Internationalization output ------------------------------ +locale_dirs = ['locale/']