Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autoapi/
Date: Wed, 01 Mar 2023 13:46:20
Message-Id: 1677678370.cf51cb267231b08dd2c03ad7f3d0a27319350779.juippis@gentoo
1 commit: cf51cb267231b08dd2c03ad7f3d0a27319350779
2 Author: Marco Sirabella <marco <AT> sirabella <DOT> org>
3 AuthorDate: Fri Feb 10 09:23:47 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 13:46:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf51cb26
7
8 dev-python/sphinx-autoapi: Add USE=doc sphinx dep
9
10 Closes: https://bugs.gentoo.org/861287
11 Signed-off-by: Marco Sirabella <marco <AT> sirabella.org>
12 Closes: https://github.com/gentoo/gentoo/pull/29516
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild | 2 +-
16 dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild
20 index 1e05cb3afb91..b71245e2de5c 100644
21 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild
22 +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild
23 @@ -38,7 +38,7 @@ EPYTEST_DESELECT=(
24 )
25
26 distutils_enable_tests pytest
27 -distutils_enable_sphinx docs --no-autodoc
28 +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
29
30 python_test() {
31 # https://github.com/readthedocs/sphinx-autoapi/issues/368
32
33 diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild
34 index 06e4095ca49a..fe88a4f38cbf 100644
35 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild
36 +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild
37 @@ -38,7 +38,7 @@ EPYTEST_DESELECT=(
38 )
39
40 distutils_enable_tests pytest
41 -distutils_enable_sphinx docs --no-autodoc
42 +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
43
44 python_test() {
45 # https://github.com/readthedocs/sphinx-autoapi/issues/368