From 698ec19798d508d32a5f55919ebecda2c50e7866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Tue, 13 Feb 2024 01:26:59 +0100 Subject: debian: Re-enable sphinx --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index e20e0306e..db6f2147d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild --with-sphinxdoc override_dh_installinit: # Install bcfg2 initscript without starting it on postinst @@ -13,6 +13,7 @@ override_dh_installinit: override_dh_auto_build: dh_auto_build + python3 setup.py build_sphinx override_dh_auto_clean: dh_auto_clean @@ -21,5 +22,3 @@ override_dh_auto_clean: override_dh_auto_install: dh_auto_install install -m 644 -D tools/bcfg2-completion.bash debian/tmp/etc/bash_completion.d/bcfg2 - -override_dh_installdocs: -- cgit v1.2.3-1-g7c22