RE : RE : Bits from the Sphinx maintainer

2011-08-08 Thread PICCA Frédéric-Emmanuel
> This is pretty weird place for documentation. dh_sphinxdoc by default > looks only into subdirectories of /usr/share/doc/, but you can tell it > to look somewhere else. I tryed but then comes the problem presented in the previous mail dh_sphinxdoc is executed before dh_python2. Maybe we should

Re: RE : Bits from the Sphinx maintainer

2011-08-08 Thread Jakub Wilk
* PICCA Frédéric-Emmanuel , 2011-08-08, 07:45: If your package builds documentation using Sphinx, I highly recommend you to stop creating jquery.js symlink with dh_link (or such) and use dh_sphinxdoc instead. This is the only future-proof way to have fully-functional, policy compliant package

RE : Bits from the Sphinx maintainer

2011-08-08 Thread PICCA Frédéric-Emmanuel
> In python-sphinx 1.0.7+dfsg-1 I made a few important changes: > 3) There is a new helper tool, dh_sphinxdoc, which helps with packaging > Sphinx-generated documentation. More specifically: > - it does a few sanity checks (e.g. for missing files that are > needed for the JavaScript to work); > -