dev-python/jupyter_console: Fix doc building
authorDavid Seifert <soap@gentoo.org>
Wed, 15 Feb 2017 18:34:51 +0000 (19:34 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 15 Feb 2017 18:37:38 +0000 (19:37 +0100)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/jupyter_console/jupyter_console-5.1.0.ebuild

index 93f41db80e42f8a695c148d04d856972cb749ebf..23d5869a3063f0654ce7a1cd86f82b0f18334fed 100644 (file)
@@ -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
-}