Hello guyes.

> override_dh_sphinxdoc:
> ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
                                ^^^^
nodocs or nodoc

I alsa do something like this when there is extensions.

override_dh_sphinxdoc:
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
        PYBUILD_SYSTEM=custom \
        PYBUILD_BUILD_ARGS="cd docs && PYTHONPATH={build_dir} 
http_proxy='127.0.0.1:9' {interpreter} -m sphinx -N -bhtml source build/html" 
dh_auto_build  # HTML generator
        dh_installdocs "docs/build/html" -p python-gpyfft-doc
        dh_sphinxdoc -O--buildsystem=pybuild
endif

cheers

Frederic

Reply via email to