scipy / SciPyCentral

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

BUG: rest_comments: use a temporary dir for Sphinx builds #128

Closed pv closed 11 years ago

pv commented 11 years ago

Use a separate temporary compilation directory for each Sphinx invocation. This avoids possible race conditions.

Also cleaned up the code, and fixed an issue where the conf file failed to get copied to the compilation dir.

(The Travis failure is unrelated and exists also at master and is fixed by gh-126)

pv commented 11 years ago

This should be safe.