summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-04-03 00:00:43 +0200
committerChristian Breunig <christian@breunig.cc>2024-04-03 21:01:42 +0200
commit9305f615e55c68efb2d9c5feb65bc716efa6c20d (patch)
treeb8efc4e8b040a35a7337029649ec615cd9943956 /Makefile
parentdf2f99f2db19194ece81141c85e6bbb27cbe24ca (diff)
downloadvyos-1x-9305f615e55c68efb2d9c5feb65bc716efa6c20d.tar.gz
vyos-1x-9305f615e55c68efb2d9c5feb65bc716efa6c20d.zip
T6199: drop unused sphinx documentation folder
(cherry picked from commit 86b632874288aa5707a94a4f28ca816e543823b9)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
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