From f7a5d06c6d821e9ab70e5b1bc49f1de7b8899fed Mon Sep 17 00:00:00 2001 From: Louis Tiao Date: Tue, 27 Jan 2015 18:42:34 +0800 Subject: [PATCH] Removed `PDF_GENERATOR=False` It might give the impression that the PDF generation is still part of the core. --- samples/pelican.conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py index d6a87923..bb499464 100755 --- a/samples/pelican.conf.py +++ b/samples/pelican.conf.py @@ -11,7 +11,6 @@ RELATIVE_URLS = True GITHUB_URL = 'http://github.com/ametaireau/' DISQUS_SITENAME = "blog-notmyidea" -PDF_GENERATOR = False REVERSE_CATEGORY_ORDER = True LOCALE = "C" DEFAULT_PAGINATION = 4