mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Documents DOCUTILS_SETTINGS and initializes it. Fixes #1425
This commit is contained in:
parent
3b54f3e418
commit
b3b65d77e0
2 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ DEFAULT_CONFIG = {
|
|||
'SITENAME': 'A Pelican Blog',
|
||||
'DISPLAY_PAGES_ON_MENU': True,
|
||||
'DISPLAY_CATEGORIES_ON_MENU': True,
|
||||
'DOCUTILS_SETTINGS': {},
|
||||
'OUTPUT_SOURCES': False,
|
||||
'OUTPUT_SOURCES_EXTENSION': '.text',
|
||||
'USE_FOLDER_AS_CATEGORY': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue