mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: fix some lint problem
This commit is contained in:
parent
8908b93c47
commit
ddc112f76c
3 changed files with 1 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ with open("../pyproject.toml", "rb") as f:
|
|||
|
||||
# -- General configuration ----------------------------------------------------
|
||||
templates_path = ["_templates"]
|
||||
locale_dirs = ['locale/']
|
||||
locale_dirs = ["locale/"]
|
||||
gettext_compact = False
|
||||
gettext_uuid = True
|
||||
extensions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue