Documents DOCUTILS_SETTINGS and initializes it. Fixes #1425

This commit is contained in:
Barry Steyn 2014-07-31 18:04:35 -07:00
commit b3b65d77e0
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,