From ca2a426a837ce55d844f7deae2196846cb00ef0b Mon Sep 17 00:00:00 2001 From: Louis Tiao Date: Tue, 27 Jan 2015 18:45:10 +0800 Subject: [PATCH] Removed PDF Generation settings Since PDF Generation is no longer a core feature, these settings are irrelevant. If the `pdf` plugin from pelican-plugins is used, it disregards the `PDF_GENERATOR` setting anyways. --- pelican/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pelican/settings.py b/pelican/settings.py index 794733d7..e924eedd 100644 --- a/pelican/settings.py +++ b/pelican/settings.py @@ -78,9 +78,6 @@ DEFAULT_CONFIG = { 'PAGE_LANG_SAVE_AS': os.path.join('pages', '{slug}-{lang}.html'), 'STATIC_URL': '{path}', 'STATIC_SAVE_AS': '{path}', - 'PDF_GENERATOR': False, - 'PDF_STYLE_PATH': '', - 'PDF_STYLE': 'twelvepoint', 'CATEGORY_URL': 'category/{slug}.html', 'CATEGORY_SAVE_AS': os.path.join('category', '{slug}.html'), 'TAG_URL': 'tag/{slug}.html',