I cannot reproduce in cygwin: sa...@jindo ~/temp/sphinxtemp $ ln -s ../_sphinxbuild _build
sa...@jindo ~/temp/sphinxtemp $ ls -l total 26 -rw-r--r--+ 1 santa None 4606 2010-11-08 12:50 Makefile lrwxrwxrwx 1 santa None 15 2010-11-08 13:04 _build -> ../_sphinxbuild drwxr-xr-x+ 1 santa None 0 2010-11-08 12:50 _static drwxr-xr-x+ 1 santa None 0 2010-11-08 12:50 _templates -rw-r--r--+ 1 santa None 7004 2010-11-08 12:50 conf.py -rw-r--r--+ 1 santa None 436 2010-11-08 12:50 index.rst -rw-r--r--+ 1 santa None 4114 2010-11-08 12:50 make.bat sa...@jindo ~/temp/sphinxtemp $ make html sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.0.4 loading pickled environment... done building [html]: targets for 0 source files that are out of date updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found no targets are out of date. Build finished. The HTML pages are in _build/html. sa...@jindo ~/temp/sphinxtemp $ ls -R ../sphinxtemp/ ../sphinxtemp/: Makefile _build _static _templates conf.py index.rst make.bat ../sphinxtemp/_static: ../sphinxtemp/_templates: ~/santa On Sun, Nov 7, 2010 at 3:39 PM, Sylvain ZIMMER <sylvi...@gmail.com> wrote: > 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 sphinx-...@googlegroups.com. > To unsubscribe from this group, send email to > sphinx-dev+unsubscr...@googlegroups.com<sphinx-dev%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/sphinx-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.