summaryrefslogtreecommitdiff
path: root/dev-python/sphinx/files/sphinx-3.2.1-doc-link.patch
blob: 0c1b2ad7d98c20729c77a53640ef2e40292f83a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
 ------------------