From a9c2c7f9eafa7d1d4288d7d2ec137463374e358e Mon Sep 17 00:00:00 2001 From: csunny Date: Sun, 11 Jun 2023 20:36:52 +0800 Subject: [PATCH] docs: fix local dir name --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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