diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 22:42:55 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 22:42:55 +0300 |
commit | 7c1d332cc75258011c75b401653dfa63c3667576 (patch) | |
tree | d96139790a5da777b11b13b406bf4b39145638e1 /dev-python/jikanpy | |
parent | dev-python/jikanpy: enable py3.10, EAPI=8, add missing test dep (diff) | |
download | gentoo-7c1d332cc75258011c75b401653dfa63c3667576.tar.gz gentoo-7c1d332cc75258011c75b401653dfa63c3667576.tar.bz2 gentoo-7c1d332cc75258011c75b401653dfa63c3667576.zip |
dev-python/jikanpy: enable doc generation
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/jikanpy')
-rw-r--r-- | dev-python/jikanpy/jikanpy-4.3.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/jikanpy/jikanpy-4.3.2.ebuild b/dev-python/jikanpy/jikanpy-4.3.2.ebuild index e806908846aa..0565ea970829 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 |