diff --git a/conf.py b/conf.py index 569245df0..44e625a83 100644 --- a/conf.py +++ b/conf.py @@ -105,8 +105,10 @@ r'https://github.com/python/bedevere/#pr-state-machine', # "Anchor not found": r'https://packaging.python.org/.*#', + # "-rate limited-", causing a timeout + r'https://stackoverflow.com/.*', # Discord doesn't allow robot crawlers: "403 Client Error: Forbidden" - r'https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames', + 'https://support.discord.com/hc/en-us/articles/219070107-Server-Nicknames', ] rediraffe_redirects = { diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 2d6f10e3f..8d432f0c0 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -779,7 +779,7 @@ on Linux, macOS and iOS. As with CPython itself, the dependencies for CPython must be compiled for each of the hardware architectures that iOS supports. Consult the - documentation for `XZ `__, `bzip2 + documentation for `XZ `__, `bzip2 `__, `OpenSSL `__ and `libffi `__ for details on how to configure the project for cross-platform iOS builds.