commit: 7c1d332cc75258011c75b401653dfa63c3667576 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 16 19:42:55 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 16 19:42:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1d332c
dev-python/jikanpy: enable doc generation Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/jikanpy/jikanpy-4.3.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/jikanpy/jikanpy-4.3.2.ebuild b/dev-python/jikanpy/jikanpy-4.3.2.ebuild index e806908846a..0565ea97082 100644 --- a/dev-python/jikanpy/jikanpy-4.3.2.ebuild +++ b/dev-python/jikanpy/jikanpy-4.3.2.ebuild @@ -25,3 +25,5 @@ BDEPEND="test? ( )" distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/alabaster
