diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 19:28:03 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 19:34:43 -0400 |
commit | 8133380f8289b3e8b45b8edb9ac879343bcbddf4 (patch) | |
tree | e2b543e88ff590a5263ee727197a367146580e39 /dev-python/txaio | |
parent | dev-erlang/eimp: Remove unneeded IUSE (diff) | |
download | gentoo-8133380f8289b3e8b45b8edb9ac879343bcbddf4.tar.gz gentoo-8133380f8289b3e8b45b8edb9ac879343bcbddf4.tar.bz2 gentoo-8133380f8289b3e8b45b8edb9ac879343bcbddf4.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
Diffstat (limited to 'dev-python/txaio')
-rw-r--r-- | dev-python/txaio/txaio-2.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/txaio/txaio-2.9.0.ebuild | 4 |
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 } |