Rather, 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 Making output directory... Running Sphinx v1.0.4 loading pickled environment... not yet created building [html]: targets for 1 source files that are out of date updating environment: 1 added, 0 changed, 0 removed reading sources... [100%] index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] index writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded. Build finished. The HTML pages are in _build/html. sa...@jindo ~/temp/sphinxtemp $ ls -R ../_sphinxbuild/ ../_sphinxbuild/: doctrees html ../_sphinxbuild/doctrees: environment.pickle index.doctree ../_sphinxbuild/html: _sources _static genindex.html index.html objects.inv search.html searchindex.js ../_sphinxbuild/html/_sources: index.txt ../_sphinxbuild/html/_static: basic.css default.css doctools.js file.png jquery.js minus.png plus.png pygments.css searchtools.js sidebar.js underscore.js ~/santa On Mon, Nov 8, 2010 at 1:06 PM, Santoso Wijaya <[email protected]>wrote: > 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 <[email protected]> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<sphinx-dev%[email protected]> >> . >> 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 [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.
