summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/jupyter_console/jupyter_console-5.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}