Don't delete the output dir as a default behaviour.

Fixes #107
This commit is contained in:
Alexis Metaireau 2011-05-07 19:27:33 +01:00
commit e09444fa89
4 changed files with 15 additions and 14 deletions

View file

@ -46,7 +46,7 @@ Setting name (default value) what does it do?
`FEED` (``'feeds/all.atom.xml'``) relative url to output the atom feed.
`FEED_RSS` (``None``, i.e. no RSS) relative url to output the rss feed.
`JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.
`KEEP_OUTPUT_DIRECTORY` (``False``) Keep the output directory and just update all
`DELETE_OUTPUT_DIRECTORY` (``False``) Delete the output directory instead of just updating all
the generated files.
`LOCALE` (''[2]_) Change the locale.
`MARKUP` (``('rst', 'md')``) A list of available markup languages you want