diff --git a/docs/conf.py b/docs/conf.py index efe03127d63b2bb847b482cbbd69a2f8a4a11163..3fc0ffdb233934db2e534da4f6c1a39305bb01d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -176,3 +176,11 @@ texinfo_documents = [ author, 'OrGAN', 'One line description of project.', 'Miscellaneous'), ] + + +# -- Options for l8n + +locale_dirs = ["locales"] +# Recommended by Read the Docs +# gettext_uuid = True +# gettext_compact = False