Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://xz.tukaani.org/xz-utils/>`__, `bzip2
documentation for `XZ <https://tukaani.org/xz/>`__, `bzip2
<https://sourceware.org/bzip2/>`__, `OpenSSL <https://www.openssl.org>`__ and
`libffi <https://github.com/libffi/libffi>`__ for details on how to configure
the project for cross-platform iOS builds.
Expand Down
Loading