mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/jupyter_console: Fix doc building
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454 Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -45,14 +45,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() {
|
||||
nosetests --with-coverage --cover-package=jupyter_console jupyter_console || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user