]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Jan 2025 14:53:46 +0000 (15:53 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 14:53:46 +0000 (14:53 +0000)
Co-authored-by: partev <petrosyan@gmail.com>
Doc/conf.py

index e2988604c9b0b50d661668147535937e7ec4e8ee..bd8fdf928a3a6d8372ec6d6e9b6fb8634484c43f 100644 (file)
@@ -531,8 +531,6 @@ linkcheck_allowed_redirects = {
     r'https://github.com/python/cpython/tree/.*': 'https://github.com/python/cpython/blob/.*',
     # Intentional HTTP use at Misc/NEWS.d/3.5.0a1.rst
     r'http://www.python.org/$': 'https://www.python.org/$',
-    # Used in license page, keep as is
-    r'https://www.zope.org/': r'https://www.zope.dev/',
     # Microsoft's redirects to learn.microsoft.com
     r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
     r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',