commit: 1cf59b29b2e388c3f3dfc9cb1fb44c399af7038a Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 18 11:56:23 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 19:10:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf59b29
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 dev-python/jupyter_console/jupyter_console-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild index 23d5869a30..20323a47e4 100644 --- a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild @@ -45,7 +45,7 @@ python_prepare_all() { python_compile_all() { if use doc; then emake -C docs html - HTML_DOCS=( docs/build/html/. ) + HTML_DOCS=( docs/_build/html/. ) fi }