From 9305f615e55c68efb2d9c5feb65bc716efa6c20d Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 3 Apr 2024 00:00:43 +0200 Subject: T6199: drop unused sphinx documentation folder (cherry picked from commit 86b632874288aa5707a94a4f28ca816e543823b9) --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23e060125..0868025ae 100644 --- a/Makefile +++ b/Makefile @@ -112,12 +112,9 @@ endif sonar: sonar-scanner -X -Dsonar.login=${SONAR_TOKEN} -.PHONY: docs -.ONESHELL: -docs: - sphinx-apidoc -o sphinx/source/ python/ - cd sphinx/ - PYTHONPATH=../python make html +.PHONY: unused-imports +unused-imports: + git ls-files *.py | xargs pylint | grep W0611 deb: dpkg-buildpackage -uc -us -tc -b -- cgit v1.2.3