Source: roundup
Version: 1.4.18-1.1
Severity: important
The README says:
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.
But this doesn't work:
$ cd doc
$ make html
make: *** No rule to make target `html'. Stop.
Trying to convert index.txt manually leads to:
$ rst2html doc/index.txt 2>&1 >/dev/null | head -n1
doc/index.txt:8: (ERROR/3) Unknown directive type "toctree".
(NB, index.html with this error is already included both in the source
and the binary package...)
setup.py appears to provide a build_doc command, but it doesn't work
either:
$ cd ..
$ python setup.py --help-commands | grep build_doc
build_doc build documentation
$ python setup.py build_doc
running build_doc
/usr/bin/sphinx-build -d build/temp.linux-i686-2.7/doc doc
share/doc/roundup/html
Error: Source directory doesn't contain conf.py file.
error: command '/usr/bin/sphinx-build' failed with exit status 1
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org