Remove multiprocessing.

Because it does not work correctly and makes it harder to debug the image
operations. Will see later how to put it back.
This commit is contained in:
Simon Conseil
2013-04-16 11:34:29 +02:00
parent 5003c38121
commit c6ff528792
3 changed files with 4 additions and 25 deletions

View File

@@ -8,7 +8,6 @@ and it allows to build a static gallery of images with the following features:
* process directories recursively,
* generate HTML pages using jinja2 templates,
* relative links for a portable output,
* parallel processing,
* MIT licensed.
The idea behind Sigal is to ease the use of the javascript librairies like
@@ -118,9 +117,6 @@ Optional arguments:
``-t THEME, --theme THEME``
Specify a theme directory, or a theme name for the themes included with Sigal
``-n NCPU, --ncpu NCPU``
Number of cpu for parallel execution (default: 1)
Configuration
-------------