diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 20:42:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 21:17:57 +0300 |
commit | 2c444cac1a0dffc11126233dbbf430c646969a5e (patch) | |
tree | 033138a6bbed73477d23618905d7c0a89522c01b /dev-python/tappy | |
parent | dev-python/tappy: remove IUSE=yaml (diff) | |
download | gentoo-2c444cac1a0dffc11126233dbbf430c646969a5e.tar.gz gentoo-2c444cac1a0dffc11126233dbbf430c646969a5e.tar.bz2 gentoo-2c444cac1a0dffc11126233dbbf430c646969a5e.zip |
dev-python/tappy: enable doc generation
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/tappy')
-rw-r--r-- | dev-python/tappy/tappy-3.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tappy/tappy-3.0.ebuild b/dev-python/tappy/tappy-3.0.ebuild index 2992e2720c5a..4c06a5b3f50f 100644 --- a/dev-python/tappy/tappy-3.0.ebuild +++ b/dev-python/tappy/tappy-3.0.ebuild @@ -24,6 +24,7 @@ BDEPEND=" )" distutils_enable_tests unittest +distutils_enable_sphinx docs pkg_postinst() { optfeature "YAML blocks associated with test results" \ |