Please open a JIRA issue with this request. If appropriate, provide
installation instructions on one of the slaves OSes (preferably on
Ubuntu using apt-get).

/niklas

On Wed, Nov 10, 2010 at 9:29 PM, Stephan Klevenz <step...@klaeff.de> wrote:
> 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

Reply via email to