From 1cf59b29b2e388c3f3dfc9cb1fb44c399af7038a Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 18 Feb 2017 12:56:23 +0100 Subject: 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(-) (limited to 'dev-python') 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 23d5869a3063..20323a47e417 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 } -- cgit v1.2.3-65-gdbad