Skip to content

Commit

Permalink
dev-python/jupyter_console: Fix doc building
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
SoapGentoo committed Feb 15, 2017
1 parent cc8de02 commit 94b5d84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-python/jupyter_console/jupyter_console-5.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 94b5d84

Please sign in to comment.