commit: cf51cb267231b08dd2c03ad7f3d0a27319350779 Author: Marco Sirabella <marco <AT> sirabella <DOT> org> AuthorDate: Fri Feb 10 09:23:47 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 13:46:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf51cb26
dev-python/sphinx-autoapi: Add USE=doc sphinx dep Closes: https://bugs.gentoo.org/861287 Signed-off-by: Marco Sirabella <marco <AT> sirabella.org> Closes: https://github.com/gentoo/gentoo/pull/29516 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild | 2 +- dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild index 1e05cb3afb91..b71245e2de5c 100644 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.0.ebuild @@ -38,7 +38,7 @@ EPYTEST_DESELECT=( ) distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme python_test() { # https://github.com/readthedocs/sphinx-autoapi/issues/368 diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild index 06e4095ca49a..fe88a4f38cbf 100644 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.0.1.ebuild @@ -38,7 +38,7 @@ EPYTEST_DESELECT=( ) distutils_enable_tests pytest -distutils_enable_sphinx docs --no-autodoc +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme python_test() { # https://github.com/readthedocs/sphinx-autoapi/issues/368
