Hi there,
My html build directory is a symbolic link to another directory.
Sphinx wouldn't build until I changed line 77 in sphinx/cmdline.py
(v1.0.4) like this :
if not path.isdir(outdir) and not path.islink(outdir):
It would be great to include this small patch in the next version ;-)
thanks in advance!
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.