diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-01-09 23:12:58 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-01-09 23:12:58 +0100 |
commit | cba6688112e62df1c0c0ee537fcda15714d66536 (patch) | |
tree | ac30bb4f3b98605d19bda84e19cd7e6a8a939a55 /debian/rules | |
parent | c402ca61f1a4fde5b1dd0e532bdd78938fa48b5e (diff) | |
download | debian-ansible-core-cba6688112e62df1c0c0ee537fcda15714d66536.zip |
Don't use sphinx for now
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
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~ |