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
2 changes: 2 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
# Ignore while StackOverflow is blocking GitHub CI. Ref:
# https://github.com/pypa/packaging.python.org/pull/1474
r"https://stackoverflow\.com/.*",
# Cloudflare challenge blocks automated link checking.
r"https://clickpy\.clickhouse\.com/$",
r"https://pyscaffold\.org/.*",
r"https://anaconda\.org",
r"https://www\.cisa\.gov/sbom",
Expand Down
2 changes: 1 addition & 1 deletion source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ A similar model involves installing an alternative Python
distribution, but does not support arbitrary operating system-level
packages:

* `ActiveState ActivePython <https://www.activestate.com/products/python/>`_
* `ActiveState ActivePython <https://www.activestate.com/platform/supported-languages/python>`_
* `WinPython <http://winpython.github.io/>`_

.. _bringing-your-own-python:
Expand Down