Mercurial > p > roundup > code
diff CHANGES.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 | 132650f4700a |
| children | 8e34362a14f7 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Dec 16 12:49:41 2012 +0530 +++ b/CHANGES.txt Sun Dec 16 13:10:52 2012 +1100 @@ -69,6 +69,11 @@ also consume xml data and do something different. So require the use of 'http(s)://.../xmlrpc' uri to trigger the xmlrpc interface. (John Rouillard) +- issue2550774: Remove generating documentation with rst2html, and update the + README.txt with how to create the html docs using sphinx, thanks Kai Storbeck + (John Kristensen) +- issue2550774: Include doc/conf.py in the release tarball, so people can build + their own documentation in html, thanks Kai Storbeck (John Kristensen) 2012-05-15: 1.4.20
