Mercurial > p > roundup > code
diff README.txt @ 4702:3dc458554d68
issue2550774: Fix generation of documentation
- sphinx has replaced rst2html to generate the documentation, so the rst2html
stuff is removed, and update the README
- add the missing sphinx docs/conf.py file to the MANIFEST
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Sun, 16 Dec 2012 13:10:52 +1100 |
| parents | ef3e3c5e3501 |
| children | bbfc87ecfdf1 |
line wrap: on
line diff
--- a/README.txt Sun Dec 16 12:49:41 2012 +0530 +++ b/README.txt Sun Dec 16 13:10:52 2012 +1100 @@ -37,8 +37,9 @@ =========================== See the index.txt file in the "doc" directory. The *.txt files in the "doc" directory are written in reStructedText. If -you have rst2html installed (part of the docutils suite) you can convert -these to HTML by running "make html" in the "doc" directory. +you have Sphinx installed, you can convert these to HTML by running + $ python setup.py build_doc +from the top of the release directory. For Developers
