Closed GoogleCodeExporter closed 9 years ago
Here's a workaround to build it on intrepid:
In setup.py comment the two imports
from sphinx.setup_command import BuildDoc
from utils.command.clean_docs import clean_docs
comment the corresponding commands in the CMD_CLASS dictionary ('clean_docs',
'build_devguide' and 'build_manual'),
right below that dictionary comment the line
build.sub_commands.append(('build_manual', None))
Then, to build the package run the following commands:
$ cd docs/manual
$ make html # to build the documentation with Sphinx 0.4.x
$ cd ../../
$ make builddeb DEBFLAGS="-us -uc"
The DEBFLAGS are needed to build an unsigned package. Currently the sign key is
hard
coded in the Makefile...
ATM the packages in the package archive
(https://launchpad.net/~crunchyfrog/+archive/ppa) are build on Jaunty which has
Sphinx 0.5. Since crunchyfrog is plain Python and Jaunty and Intrepid have the
same
Python versions, the binary packages are copied from Jaunty to the Intrepid
repository.
Original comment by albrecht.andi
on 2 Feb 2009 at 5:24
Original comment by albrecht.andi
on 2 Feb 2009 at 5:28
Original comment by albrecht.andi
on 3 Feb 2009 at 10:12
r518
Original comment by albrecht.andi
on 3 Feb 2009 at 8:28
Original issue reported on code.google.com by
michael....@gmail.com
on 1 Feb 2009 at 11:43