dev-python/sphinx: fix doc install

Closes: https://bugs.gentoo.org/658720
This commit is contained in:
Tim Harder
2018-06-22 15:32:06 -04:00
parent bd11aa5ac0
commit ccde4097ef

View File

@@ -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
}