Fix build error with Ubuntu 20.04 83/232883/7 debian/0.9.20
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 8 May 2020 06:23:41 +0000 (15:23 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 8 May 2020 09:12:48 +0000 (18:12 +0900)
commit5c3f6af71cf1838864898a37e00497f1a3b33336
tree77f83a3e07b10a2f17af4a2a7f55ffc26687abc8
parent72556c55c434f7f0d59d4f00c56eb0e83893ee19
Fix build error with Ubuntu 20.04
For Ubuntu 20.04, there is no python-epydoc and pychecker, change pydoctor to replace epydoc, and about pychecker, there is pylint tools instead.
So add gen_apidoc.sh file to distinguish which tool is avaiable.
Change-Id: I484ab8f382d186e9293df3966bb4a7869b59d3a0
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
.pydoctor.cfg [new file with mode: 0755]
debian/control
debian/rules
gen_apidocs.sh [new file with mode: 0755]