Codebase list python-os-service-types / 114e7e0
Use 'python3 -m sphinx' instead of sphinx-build for building docs Ondřej Nový 4 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 python-os-service-types (1.6.0-3) UNRELEASED; urgency=medium
11
22 * Use debhelper-compat instead of debian/compat.
3 * Use 'python3 -m sphinx' instead of sphinx-build for building docs.
34
45 -- Ondřej Nový <onovy@debian.org> Thu, 18 Jul 2019 16:37:25 +0200
56
2121
2222 override_dh_sphinxdoc:
2323 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
24 sphinx-build -b html doc/source debian/python-os-service-types-doc/usr/share/doc/python-os-service-types-doc/html
24 python3 -m sphinx -b html doc/source debian/python-os-service-types-doc/usr/share/doc/python-os-service-types-doc/html
2525 dh_sphinxdoc -O--buildsystem=python_distutils
2626 endif