[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pybuild sphinxdoc and extensions



Hello

I try to find a way to teach my rules files how to generate the documentation using pybuild

I found the classique

override_dh_auto_build-indep:
        dh_auto_build
        PYTHONPATH=. http_proxy='localhost' sphinx-build -N -bhtml doc/source build/html  # HTML generator


but is does not work because my package contain binary extensions.

so I would like to know how to change this snipset to use the {build_dir} for the PYTHONPATH.

Thanks

Frederic.

I propose to add this information in the wiki :)

Reply to: