summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-02 03:36:53 +0000
committerSam James <sam@gentoo.org>2022-01-02 03:36:53 +0000
commit3d5741d2ebc8f7a3ac870001f3b49013065f1140 (patch)
tree5d4ca3f235d6ac5f8be3e716207493708bfc5b3d /dev-python
parentmedia-libs/oidn: add 1.4.2 (diff)
downloadgentoo-3d5741d2ebc8f7a3ac870001f3b49013065f1140.tar.gz
gentoo-3d5741d2ebc8f7a3ac870001f3b49013065f1140.tar.bz2
gentoo-3d5741d2ebc8f7a3ac870001f3b49013065f1140.zip
dev-python/sphinx: add USE=doc patch
Closes: https://bugs.gentoo.org/823095 Thanks-to: Dirk Sondermann <ds-gentoo@dyximaq.de> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx/files/sphinx-4.3.2-doc-link.patch14
-rw-r--r--dev-python/sphinx/sphinx-4.3.2.ebuild3
2 files changed, 16 insertions, 1 deletions
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 <requests:authentication>` for details).
++ that is understood by the ``requests`` library (see `requests
++ Authentication <https://docs.python-requests.org/en/master/user/authentication/#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