summaryrefslogtreecommitdiff
path: root/dev-python/sphinx/sphinx-5.2.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-12 15:32:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-12 15:32:09 +0000
commitd1edfd3a57afc1db57e14cc58d3f28eea8eefd64 (patch)
treed5315c32caabd5ea57f0557a1b17681a6e12a435 /dev-python/sphinx/sphinx-5.2.3.ebuild
parent983485e93d76602266889d23c963609073b75e51 (diff)
gentoo auto-resync : 12:11:2022 - 15:32:08
Diffstat (limited to 'dev-python/sphinx/sphinx-5.2.3.ebuild')
-rw-r--r--dev-python/sphinx/sphinx-5.2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-5.2.3.ebuild b/dev-python/sphinx/sphinx-5.2.3.ebuild
index cf5cba18ac86..693285adbd6f 100644
--- a/dev-python/sphinx/sphinx-5.2.3.ebuild
+++ b/dev-python/sphinx/sphinx-5.2.3.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
}