diff --git a/docs/conf.py b/docs/conf.py index f6d93601b..ea3919dc5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # multi language config language = "en" -locals_dirs = ['./locales/'] +locales_dirs = ['./locales/'] gettext_compact = False gettext_uuid = True