summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-06-22 15:32:06 -0400
committerTim Harder <radhermit@gentoo.org>2018-06-22 15:33:07 -0400
commitccde4097ef3f2330c79823bd451f6eec8fb6796e (patch)
tree5b4f97c5a6b027a40e3075fbdd49bd85c20eb770
parentmedia-gfx/hugin: Add python-3.6 to allowed list (diff)
downloadgentoo-ccde4097ef3f2330c79823bd451f6eec8fb6796e.tar.gz
gentoo-ccde4097ef3f2330c79823bd451f6eec8fb6796e.tar.bz2
gentoo-ccde4097ef3f2330c79823bd451f6eec8fb6796e.zip
dev-python/sphinx: fix doc install
Closes: https://bugs.gentoo.org/658720
-rw-r--r--dev-python/sphinx/sphinx-1.7.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.7.5.ebuild b/dev-python/sphinx/sphinx-1.7.5.ebuild
index 328f321d8296..e9a69465dfe3 100644
--- a/dev-python/sphinx/sphinx-1.7.5.ebuild
+++ b/dev-python/sphinx/sphinx-1.7.5.ebuild
@@ -82,8 +82,8 @@ python_compile() {
python_compile_all() {
if use doc; then
- emake -C doc SPHINXBUILD='"${EPYTHON}" "${S}/sphinx-build.py"' html
- HTML_DOCS=( doc/_build/html/. )
+ esetup.py build_sphinx
+ HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
fi
}