dev-python/ipyparallel: Fix doc building

Bug: https://bugs.gentoo.org/show_bug.cgi?id=609380

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
David Seifert
2017-02-15 19:37:14 +01:00
parent 94b5d84d3e
commit a78c6bce7f

View File

@@ -53,14 +53,10 @@ python_prepare_all() {
python_compile_all() {
if use doc; then
emake -C docs html
HTML_DOCS=( "${BUILD_DIR}"/docs/build/html/. )
HTML_DOCS=( docs/build/html/. )
fi
}
python_test() {
iptest --coverage xml ipyparallel.tests -- -vsx || die
}
python_install_all() {
distutils-r1_python_install_all
}