mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Translate documentation into Simplified Chinese (#3346)
This commit is contained in:
parent
5687883d4b
commit
e609b4d78a
18 changed files with 10274 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue