gentoo/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
Sam James e6de90e511
dev-python/sphinx: backport USE=doc fix to stable
Bug: https://bugs.gentoo.org/728810
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
2020-12-01 10:11:54 +00:00

15 lines
604 B
Diff

https://bugs.gentoo.org/728810
--- ./doc/internals/release-process.rst
+++ ./doc/internals/release-process.rst
@@ -97,8 +97,8 @@
* ``set PYTHONWARNINGS=`` and do ``make html`` (Windows)
But you can also explicitly enable the pending ones using e.g.
-``PYTHONWARNINGS=default`` (see the :ref:`Python docs on configuring warnings
-<python:describing-warning-filters>`) for more details.
+``PYTHONWARNINGS=default`` (see the `Python docs on configuring warnings
+<https://docs.python.org/3/library/warnings.html#describing-warning-filters>`_) for more details.
Release procedures
------------------