Skip to content

Commit

Permalink
Merge pull request #1603 from ltiao/patch-2
Browse files Browse the repository at this point in the history
Remove PDF generation settings
  • Loading branch information
justinmayer committed Jan 27, 2015
2 parents e3139db + ca2a426 commit 2fc442f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pelican/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
'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',
Expand Down

0 comments on commit 2fc442f

Please sign in to comment.