summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-02-13 01:26:59 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-02-13 01:26:59 +0100
commit698ec19798d508d32a5f55919ebecda2c50e7866 (patch)
tree5e5e0adf14b906d07ae4f33966b5d43b019105bf
parent3ca44c6ae0bd51a2ef7a3a9a8d0aded8fc968f7f (diff)
downloadbcfg2-698ec19798d508d32a5f55919ebecda2c50e7866.tar.gz
bcfg2-698ec19798d508d32a5f55919ebecda2c50e7866.tar.bz2
bcfg2-698ec19798d508d32a5f55919ebecda2c50e7866.zip
debian: Re-enable sphinx
-rwxr-xr-xdebian/rules5
1 files 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: