You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2010/11/16 17:02:16 UTC

[jira] Updated: (INFRA-3202) Sphinx build environment request for Ubuntu

     [ https://issues.apache.org/jira/browse/INFRA-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated INFRA-3202:
-------------------------------------

    Component/s: Hudson

> Sphinx build environment request for Ubuntu
> -------------------------------------------
>
>                 Key: INFRA-3202
>                 URL: https://issues.apache.org/jira/browse/INFRA-3202
>             Project: Infrastructure
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Stephan Klevenz
>
> 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
> Let me know if there are more details required.
> Thanks,
> Stephan

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.