From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11E2815800A for ; Fri, 14 Jul 2023 16:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0268E08AE; Fri, 14 Jul 2023 16:14:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3C42E08AE for ; Fri, 14 Jul 2023 16:14:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 899E433BE61 for ; Fri, 14 Jul 2023 16:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAFDEAFC for ; Fri, 14 Jul 2023 16:13:57 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1689351234.68fd095e1b85fae6664305e2e76a76d845c72cae.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-hoverxref/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild X-VCS-Directories: dev-python/sphinx-hoverxref/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 68fd095e1b85fae6664305e2e76a76d845c72cae X-VCS-Branch: dev Date: Fri, 14 Jul 2023 16:13:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0a4365a-6f31-444a-b3f4-2ad3e6a037d2 X-Archives-Hash: e755ed84fb374d5e903544625883ebe8 commit: 68fd095e1b85fae6664305e2e76a76d845c72cae Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Jul 14 16:12:25 2023 +0000 Commit: Anna Vyalkova sysrq 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 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