Translate documentation into Simplified Chinese (#3346)

This commit is contained in:
GeorgeHu 2024-09-15 20:29:01 +08:00 committed by GitHub
commit e609b4d78a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 10274 additions and 0 deletions

View file

@ -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",