summaryrefslogtreecommitdiff
path: root/dev-python/sphinx/sphinx-5.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx/sphinx-5.3.0.ebuild')
-rw-r--r--dev-python/sphinx/sphinx-5.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-5.3.0.ebuild b/dev-python/sphinx/sphinx-5.3.0.ebuild
index e81cdcd89147..cf3704315b77 100644
--- a/dev-python/sphinx/sphinx-5.3.0.ebuild
+++ b/dev-python/sphinx/sphinx-5.3.0.ebuild
@@ -85,7 +85,7 @@ python_prepare_all() {
python_compile_all() {
if use doc; then
esetup.py build_sphinx
- HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+ HTML_DOCS=( build/sphinx/html/. )
fi
}