commit: 68fd095e1b85fae6664305e2e76a76d845c72cae Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Jul 14 16:12:25 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Fri Jul 14 16:13:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68fd095e
dev-python/sphinx-hoverxref: disable docs Closes: https://bugs.gentoo.org/883189 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> .../sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild index 9a8d154f0..482a395b5 100644 --- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild +++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild @@ -38,12 +38,13 @@ EPYTEST_DESELECT=( distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-autoapi \ - dev-python/sphinx-notfound-page \ - dev-python/sphinx-prompt \ - dev-python/sphinx-tabs \ - dev-python/sphinx-version-warning \ - dev-python/sphinx-rtd-theme \ - dev-python/sphinxcontrib-bibtex \ - dev-python/sphinxemoji +# Bug #883189 +#distutils_enable_sphinx docs \ +# dev-python/sphinx-autoapi \ +# dev-python/sphinx-notfound-page \ +# dev-python/sphinx-prompt \ +# dev-python/sphinx-tabs \ +# dev-python/sphinx-version-warning \ +# dev-python/sphinx-rtd-theme \ +# dev-python/sphinxcontrib-bibtex \ +# dev-python/sphinxemoji
