Hi build admins, The Apache Chemistry project (http://incubator.apache.org/chemistry/) would like to build documentation with Hudson and require a tool called Sphinx. How that works with Hudson is described here:
http://blog.timc3.com/2010/03/21/using-hudson-to-build-sphinx-documentation/ In summary the Hudson requirements are: Hudson Python plugin pip installed for python VirtualEnv installed for python The build script is this: cd $WORKSPACE virtualenv -q docs source ./docs/bin/activate pip install -q -E ./docs -r trunk/requirements.pip cd trunk sphinx-build -b html source build Is this from general interest and supported by Apache Hudson? If not then is there an option to get this within a local environment? Regards, Stephan