diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-03 00:00:43 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-03 00:00:43 +0200 |
commit | 86b632874288aa5707a94a4f28ca816e543823b9 (patch) | |
tree | 4910df06983e39e3d82e5e8ba305d6c4dbfe102d /Makefile | |
parent | fe09b767cfae7879dcbb8b2cfd52644342776b7e (diff) | |
download | vyos-1x-86b632874288aa5707a94a4f28ca816e543823b9.tar.gz vyos-1x-86b632874288aa5707a94a4f28ca816e543823b9.zip |
T6199: drop unused sphinx documentation folder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |