diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-01-03 19:19:38 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-01-03 19:19:38 +0200 |
commit | 5e90d0cc1233824be7d0495480e240f0db8ceb16 (patch) | |
tree | e3a8a50e9bb3bf0ee9e46581e61cf1630855d980 /dev-python/wrapio | |
parent | dev-python/wrapio: update HOMEPAGE (diff) | |
download | guru-5e90d0cc1233824be7d0495480e240f0db8ceb16.tar.gz guru-5e90d0cc1233824be7d0495480e240f0db8ceb16.tar.bz2 guru-5e90d0cc1233824be7d0495480e240f0db8ceb16.zip |
dev-python/wrapio: add docs
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Diffstat (limited to 'dev-python/wrapio')
-rw-r--r-- | dev-python/wrapio/wrapio-2.0.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild index 904c90104..b963cdb61 100644 --- a/dev-python/wrapio/wrapio-2.0.0.ebuild +++ b/dev-python/wrapio/wrapio-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,3 +21,5 @@ KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" + +distutils_enable_sphinx docs |