diff --git a/docs/conf.py b/docs/conf.py index b812ee4c..7dbdd124 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,9 @@ with open("../pyproject.toml", "rb") as f: # -- General configuration ---------------------------------------------------- templates_path = ["_templates"] +locale_dirs = ['locale/'] +gettext_compact = False +gettext_uuid = True extensions = [ "sphinx.ext.autodoc", "sphinx.ext.extlinks",