The cmislib source code includes documentation written in reStructured Text (rst). The docs are converted to HTML (or other formats) using a tool call Sphinx. HTML-based documentation is generated by running "make html" on cmislib/src/doc/src. Sphinx requires Python and is easily installed using "easy_install sphinx" (assuming both Python and easy_install are already installed).
So, my question is: What do I need to do to get the docs built as part of the Hudson build? From talking to Florian at Alfresco DevCon this week, it sounds like once the files are built, he's got a cron job that can push the HTML to the appropriate place to be served up. Jeff
