Skip to content

Commit

Permalink
Fix linkcheck (#1398)
Browse files Browse the repository at this point in the history
* Don't linkcheck stackoverflow.com, it's rate limited and times out

* Fix XZ link post-backdoor
  • Loading branch information
hugovk authored Sep 13, 2024
1 parent d31db92 commit d493655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit d493655

Please sign in to comment.