Skip to content

Commit d493655

Browse files
authored
Fix linkcheck (#1398)
* Don't linkcheck stackoverflow.com, it's rate limited and times out * Fix XZ link post-backdoor
1 parent d31db92 commit d493655

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@
105105
r'https://github.com/python/bedevere/#pr-state-machine',
106106
# "Anchor not found":
107107
r'https://packaging.python.org/.*#',
108+
# "-rate limited-", causing a timeout
109+
r'https://stackoverflow.com/.*',
108110
# Discord doesn't allow robot crawlers: "403 Client Error: Forbidden"
109-
r'https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames',
111+
'https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames',
110112
]
111113

112114
rediraffe_redirects = {

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ on Linux, macOS and iOS.
779779

780780
As with CPython itself, the dependencies for CPython must be compiled for
781781
each of the hardware architectures that iOS supports. Consult the
782-
documentation for `XZ <https://xz.tukaani.org/xz-utils/>`__, `bzip2
782+
documentation for `XZ <https://tukaani.org/xz/>`__, `bzip2
783783
<https://sourceware.org/bzip2/>`__, `OpenSSL <https://www.openssl.org>`__ and
784784
`libffi <https://github.com/libffi/libffi>`__ for details on how to configure
785785
the project for cross-platform iOS builds.

0 commit comments

Comments
 (0)