This commit is contained in:
Michael DeHaan 2013-06-09 13:55:58 -04:00
parent 6f8e9c1b29
commit d706aca82b
22 changed files with 78 additions and 77 deletions

View file

@ -45,7 +45,7 @@ class SphinxBuilder(object):
try:
buildername = 'html'
outdir = os.path.abspath(os.getcwd())
outdir = os.path.abspath(os.path.join(os.getcwd(), "htmlout"))
# Create the output directory if it doesn't exist
if not os.access(outdir, os.F_OK):
os.mkdir(outdir)