mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Don't activate Pdf output by default.
This commit is contained in:
parent
abbe52f9ef
commit
56ee6eb4a0
1 changed files with 1 additions and 2 deletions
|
|
@ -31,6 +31,5 @@ if __name__ == '__main__':
|
|||
generator = Generator(args.settings, args.path, args.theme,
|
||||
args.output, markup)
|
||||
clean_output_dir(args.output)
|
||||
generator.run([ArticlesProcessor, PagesProcessor, StaticProcessor,
|
||||
PdfProcessor])
|
||||
generator.run([ArticlesProcessor, PagesProcessor, StaticProcessor])
|
||||
print "Enjoy !"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue