File tree Expand file tree Collapse file tree 4 files changed +9
-26
lines changed
Expand file tree Collapse file tree 4 files changed +9
-26
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ Fixed:
6969 also consume xml data and do something different. So require the use
7070 of 'http(s)://.../xmlrpc' uri to trigger the xmlrpc interface.
7171 (John Rouillard)
72+ - issue2550774: Remove generating documentation with rst2html, and update the
73+ README.txt with how to create the html docs using sphinx, thanks Kai Storbeck
74+ (John Kristensen)
75+ - issue2550774: Include doc/conf.py in the release tarball, so people can build
76+ their own documentation in html, thanks Kai Storbeck (John Kristensen)
7277
73782012-05-15: 1.4.20
7479
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ recursive-include doc *.html *.png *.txt *.css *.1 *.example
88recursive-include detectors *.py
99recursive-include templates *.* home* page*
1010global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store
11- include run_tests.py *.txt demo.py MANIFEST.in MANIFEST
11+ include run_tests.py *.txt demo.py MANIFEST.in MANIFEST doc/conf.py
1212exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
1313exclude doc/security.txt doc/templating.txt
1414include locale/*.po locale/*.mo locale/roundup.pot
Original file line number Diff line number Diff line change @@ -37,8 +37,9 @@ Usage and Other Information
3737===========================
3838See the index.txt file in the "doc" directory.
3939The *.txt files in the "doc" directory are written in reStructedText. If
40- you have rst2html installed (part of the docutils suite) you can convert
41- these to HTML by running "make html" in the "doc" directory.
40+ you have Sphinx installed, you can convert these to HTML by running
41+ $ python setup.py build_doc
42+ from the top of the release directory.
4243
4344
4445For Developers
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments