Merge pull request #1426 from barrysteyn/DOCUTILS_SETTINGS

Documents DOCUTILS_SETTINGS and initializes it. Fixes #1425
This commit is contained in:
Justin Mayer 2014-09-18 16:17:46 -07:00
commit 426c7428d6
2 changed files with 6 additions and 0 deletions

View file

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