summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-10-15 19:28:03 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-10-15 19:34:43 -0400
commit8133380f8289b3e8b45b8edb9ac879343bcbddf4 (patch)
treee2b543e88ff590a5263ee727197a367146580e39
parentdev-erlang/eimp: Remove unneeded IUSE (diff)
downloadgentoo-8133380f.tar.gz
gentoo-8133380f.tar.bz2
gentoo-8133380f.zip
dev-python/txaio: fix doc building
Closes: https://bugs.gentoo.org/634740 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--dev-python/txaio/txaio-2.7.1.ebuild4
-rw-r--r--dev-python/txaio/txaio-2.9.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/txaio/txaio-2.7.1.ebuild b/dev-python/txaio/txaio-2.7.1.ebuild
index 0d6b45adb066..1fe2daa2e08c 100644
--- a/dev-python/txaio/txaio-2.7.1.ebuild
+++ b/dev-python/txaio/txaio-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -66,6 +66,6 @@ python_test() {
}
python_install_all() {
- use doc && HTML_DOCS=( doc/_build/html/. )
+ use doc && HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}
diff --git a/dev-python/txaio/txaio-2.9.0.ebuild b/dev-python/txaio/txaio-2.9.0.ebuild
index eff2bf41f96e..aed5bfe9cfb7 100644
--- a/dev-python/txaio/txaio-2.9.0.ebuild
+++ b/dev-python/txaio/txaio-2.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -48,6 +48,6 @@ python_test() {
}
python_install_all() {
- use doc && HTML_DOCS=( doc/_build/html/. )
+ use doc && HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}