On Mon, Mar 29, 2010 at 11:48 PM, werner <[email protected]> wrote: > I use UliPad, but it has the same limitations - it would be nice if there is > a way to preview a single .rst file - with Sphinx directives also working, > but I don't think there is such a "build" command in Sphinx at this time - > would be very happy if someone would correct me on this.
Under windows xp the following works to build a single file (and files with dependent toctrees): sphinx-build.exe -b html -d _build\doctrees . _build subdir/test.rst Running Sphinx v1.0 loading pickled environment... done building [html]: 1 source files given on command line updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] subdir/test looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 33%] index writing output... [ 66%] subdir/index writing output... [100%] subdir/test writing additional files... search copying static files... done dumping search index... done dumping object inventory... done build succeeded. I presume something similar would work on other platforms. -- 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.
