Hi Ben,

On Tue, Aug 09, 2016 at 02:47:23AM +1000, Ben Finney wrote:
> The ‘dh_sphinxdoc’ command is failing to detect Sphinx-generated
> documentation:
>
> [...]
>
> $ dh_sphinxdoc doc/_build/html
> dh_sphinxdoc: Sphinx documentation not found at doc/_build/html/

This command does not make any sense. dh_sphinxdoc operates on *installed*
documentation, and looks for files in debian/{packagename}/ directories.
(or debian/tmp/ when there is only one binary package).

Passing the path is usually not necessary (just calling it with no arguments
after the files are installed is enough), but when you pass the path, it
should be relative to the installation root directory.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to