Add provisions for building docs using setup.py

This commit is contained in:
Eric Torres
2019-04-19 23:57:38 -07:00
parent 3f8c3b5ae9
commit 5ecde4c06c
2 changed files with 10 additions and 2 deletions

View File

@ -20,7 +20,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
python setup.py build
python setup.py sphinx_build
python setup.py sphinx_build -b man
}
check() {