Codebase list aiocoap / 0071a1a
Use 'python3 -m sphinx' instead of sphinx-build for building docs Ondřej Nový 5 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44
55 [ Ondřej Nový ]
66 * d/copyright: Use https protocol in Format field
7 * Use 'python3 -m sphinx' instead of sphinx-build for building docs
78
89 -- Agustin Henze <tin@debian.org> Fri, 15 Jun 2018 13:24:58 -0300
910
3030 dh_auto_install
3131 set -ex; \
3232 cd doc; \
33 sphinx-build -C -b html -Dexclude_patterns=LICENSE.rst -Dmaster_doc=index . _build/html; \
33 python3 -m sphinx -C -b html -Dexclude_patterns=LICENSE.rst -Dmaster_doc=index . _build/html; \
3434 cd -;