From d7cb39581a60998e1a06cb0da1ed8500bea9b7c2 Mon Sep 17 00:00:00 2001 From: Ezra-Yu <18586273+Ezra-Yu@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:22:14 +0800 Subject: [PATCH] update conf (#212) --- docs/zh_cn/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_cn/conf.py b/docs/zh_cn/conf.py index 3c99b3c4..41d45e6c 100644 --- a/docs/zh_cn/conf.py +++ b/docs/zh_cn/conf.py @@ -67,7 +67,7 @@ source_suffix = { '.md': 'markdown', } -language = 'en' +language = 'cn' # The master toctree document. root_doc = 'index' @@ -97,7 +97,7 @@ html_theme_options = { }, ], # Specify the language of shared menu - 'menu_lang': 'en', + 'menu_lang': 'cn', # Disable the default edit on GitHub 'default_edit_on_github': False, }