scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Parallel sphinx runs #120

Closed pv closed 11 years ago

pv commented 11 years ago

The code in rest_comments apparently spawns all Sphinx processes in the same directory. If two runs happen to be launched simultaneously, this will cause problems --- it might be better to use a temp dir instead.

pv commented 11 years ago

Fixed in gh-128