Hi, I have problem with `make htmlhelp`. On Windows it always exits with error code 1, even in the case it don't build anything, see:
C:\work\Bazaar\bzr-2a\2.3\doc\en>call make htmlhelp Running Sphinx v1.0.7 loading pickled environment... done building [htmlhelp]: 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; now you can run HTML Help Workshop with the .hhp project file in _build/htmlhelp. C:\work\Bazaar\bzr-2a\2.3\doc\en>echo %ERRORLEVEL% 1 All previous builds have exited with the same error code. I don't understand this. Is it related to the fact that the very first build has produced 2 warnings: C:\work\Bazaar\bzr-2a\2.3\doc\en\whats-new\whats-new-in-2.1.txt:: WARNING: document isn't included in any toctree C:\work\Bazaar\bzr-2a\2.3\doc\en\whats-new\whats-new-in-2.2.txt:: WARNING: document isn't included in any toctree Those 2 documents indeed not included in any toctree, but they are referenced from another document. Is there any possible way to say htmlhelp to exit with code 0 in such case? Don't treat warnings as errors? Any suggestions? -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@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.