summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2021-01-09 23:12:58 +0100
committerLee Garrett <lgarrett@rocketjump.eu>2021-01-09 23:12:58 +0100
commitcba6688112e62df1c0c0ee537fcda15714d66536 (patch)
treeac30bb4f3b98605d19bda84e19cd7e6a8a939a55 /debian/rules
parentc402ca61f1a4fde5b1dd0e532bdd78938fa48b5e (diff)
downloaddebian-ansible-core-cba6688112e62df1c0c0ee537fcda15714d66536.zip
Don't use sphinx for now
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 516aa8ef..e17dfdbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ export PYBUILD_DESTDIR=debian/tmp
export ANSIBLE_SKIP_CONFLICT_CHECK=1
%:
- dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+# dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_clean:
dh_clean --exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~