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 3D8E6158086 for ; Sun, 2 Jan 2022 03:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0698DE0837; Sun, 2 Jan 2022 03:37:25 +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 0D1F5E0837 for ; Sun, 2 Jan 2022 03:37:22 +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 501F0342F48 for ; Sun, 2 Jan 2022 03:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 238F126D for ; Sun, 2 Jan 2022 03:37:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641094613.3d5741d2ebc8f7a3ac870001f3b49013065f1140.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/files/, dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch dev-python/sphinx/sphinx-4.3.2.ebuild X-VCS-Directories: dev-python/sphinx/ dev-python/sphinx/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d5741d2ebc8f7a3ac870001f3b49013065f1140 X-VCS-Branch: master Date: Sun, 2 Jan 2022 03:37:17 +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: 5d70874d-b140-4204-ad0e-af4053656728 X-Archives-Hash: 68e42a9bf1321c9abe2db4fe724312b3 commit: 3d5741d2ebc8f7a3ac870001f3b49013065f1140 Author: Sam James gentoo org> AuthorDate: Sun Jan 2 03:36:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 2 03:36:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5741d2 dev-python/sphinx: add USE=doc patch Closes: https://bugs.gentoo.org/823095 Thanks-to: Dirk Sondermann dyximaq.de> Signed-off-by: Sam James gentoo.org> dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch | 14 ++++++++++++++ dev-python/sphinx/sphinx-4.3.2.ebuild | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch b/dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch new file mode 100644 index 000000000000..c06727f429b4 --- /dev/null +++ b/dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/823095 +--- a/doc/usage/configuration.rst ++++ b/doc/usage/configuration.rst +@@ -2650,8 +2650,8 @@ + A regular expression that matches a URI. + *auth_info* + Authentication information to use for that URI. The value can be anything +- that is understood by the ``requests`` library (see :ref:`requests +- Authentication ` for details). ++ that is understood by the ``requests`` library (see `requests ++ Authentication `_ for details). + + The ``linkcheck`` builder will use the first matching ``auth_info`` value + it can find in the :confval:`linkcheck_auth` list, so values earlier in the diff --git a/dev-python/sphinx/sphinx-4.3.2.ebuild b/dev-python/sphinx/sphinx-4.3.2.ebuild index c54c5794ced7..8dffc929d649 100644 --- a/dev-python/sphinx/sphinx-4.3.2.ebuild +++ b/dev-python/sphinx/sphinx-4.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -57,6 +57,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-3.2.1-doc-link.patch" + "${FILESDIR}/${PN}-4.3.2-doc-link.patch" ) distutils_enable_tests pytest