mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: Add some general configuration about translation
This commit is contained in:
parent
4c467b9555
commit
d4c95960da
1 changed files with 3 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