summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-12 14:27:00 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-12 14:27:25 +0200
commitb7f1f81d191dcb75519649cd4c105864848d1984 (patch)
treefc55f580a9eed811a040e619ad4a8b4e15d1e265 /dev-python/sphinx
parentnet-im/zoom: add 5.12.6.173 (diff)
downloadgentoo-b7f1f81d191dcb75519649cd4c105864848d1984.tar.gz
gentoo-b7f1f81d191dcb75519649cd4c105864848d1984.tar.bz2
gentoo-b7f1f81d191dcb75519649cd4c105864848d1984.zip
dev-python/sphinx: fix docs installation
Closes: https://bugs.gentoo.org/876763 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-5.2.3.ebuild2
-rw-r--r--dev-python/sphinx/sphinx-5.3.0.ebuild2
2 files changed, 2 insertions, 2 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
}
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
}