diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-08-08 02:21:13 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-08-08 02:21:13 +0200 |
commit | bab41babeafc69a14f757f55e9a876315089f1e7 (patch) | |
tree | 301b86edb1b13831d632088a1406e210b30c9e7e /doc | |
parent | 278c265c6fe1a3bc9f1fb3c4895d3108134b8294 (diff) | |
download | Nim-bab41babeafc69a14f757f55e9a876315089f1e7.tar.gz |
Adds --parallelBuild to koch web and automatic reruns. Refs #1455.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/koch.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/koch.txt b/doc/koch.txt index 032151808..7be2be6d4 100644 --- a/doc/koch.txt +++ b/doc/koch.txt @@ -138,6 +138,13 @@ from rst to HTML. It also repeats the same operation but places the result in the ``web/upload`` which can be used to update the website at http://nimrod-lang.org. +By default the documentation will be built in parallel using the number of +available CPU cores. If any documentation build sub commands fail, they will +be rerun in serial fashion so that meaninful error output can be gathered for +inspection. The ``--parallelBuild:n`` switch or configuration option can be +used to force a specific number of parallel jobs or run everything serially +from the start (``n == 1``). + zip command ----------- |