Roundup Tracker - Issues

Message3728

Author stefan
Recipients ber, richard, stefan
Date 2009-06-17.14:36:20
Message-id <1245249381.16.0.46270674725.issue2550545@psf.upfronthosting.co.za>
In-reply-to
The current procedure to build documentation is 'python setup.py
build_doc'. Doing this will result in HTML docs put into
share/doc/roundup/html/. Richard, I would suggest to run this prior to
all packaging, such that all source and binary packages contain these
HTML docs. Then, we can adjust the toplevel README.txt to point to those.

If we run the 'build_doc' command prior to any packaging, there is no
need for anybody but us to have sphinx installed (and so it doesn't
become a prerequisite for Roundup users).

Does this make sense ?
History
Date User Action Args
2009-06-17 14:36:21stefansetmessageid: <1245249381.16.0.46270674725.issue2550545@psf.upfronthosting.co.za>
2009-06-17 14:36:21stefansetrecipients: + stefan, richard, ber
2009-06-17 14:36:21stefanlinkissue2550545 messages
2009-06-17 14:36:20stefancreate