mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-21 09:43:11 +00:00
docs: add support for zh
This commit is contained in:
parent
7a06007efd
commit
e44384fc33
@ -47,6 +47,12 @@ templates_path = ["_templates"]
|
||||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
|
||||
|
||||
# multi language config
|
||||
language = "en"
|
||||
locals_dirs = ['./locales/']
|
||||
gettext_compact = False
|
||||
gettext_uuid = True
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user