commit:     29faea4dd7cfb0226ad4cd9aeb3f8d999be1fe96
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 14 06:35:24 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:45:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29faea4d

dev-python/jsonpickle: fix docs generation

Closes: https://bugs.gentoo.org/740732
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/jsonpickle/jsonpickle-2.0.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild 
b/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild
index 332a82e8d96..bbb317b91c9 100644
--- a/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild
+++ b/dev-python/jsonpickle/jsonpickle-2.0.0.ebuild
@@ -29,7 +29,9 @@ BDEPEND="
                ' python3_{8,9})
        )"
 
-distutils_enable_sphinx "docs/source"
+distutils_enable_sphinx docs \
+       dev-python/jaraco-packaging \
+       dev-python/rst-linker
 distutils_enable_tests pytest
 
 python_prepare_all() {

Reply via email to