Skip to content

Commit

Permalink
T6199: drop unused sphinx documentation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Apr 2, 2024
1 parent fe09b76 commit 86b6328
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 468 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Build-Depends:
python3-jinja2,
python3-psutil,
python3-setuptools,
python3-sphinx,
quilt,
whois
Standards-Version: 3.9.6
Expand Down
177 changes: 0 additions & 177 deletions sphinx/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion sphinx/source/.gitignore

This file was deleted.

Loading

0 comments on commit 86b6328

Please sign in to comment.