This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hroncok
Recipients docs@python, hroncok, vstinner
Date 2020-05-25.16:09:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590422942.58.0.668271802455.issue40770@roundup.psfhosted.org>
In-reply-to
Content
In Fedora, we run the following check when we build Python documentation:

# Verify that all of the local links work
#
# (we can't check network links, as we shouldn't be making network connections
# within a build.  Also, don't bother checking the .txt source files; some
# contain example URLs, which don't work)
linkchecker \
  --ignore-url=^mailto: --ignore-url=^http --ignore-url=^ftp \
  --ignore-url=.txt\$ --no-warnings \
  Doc/build/html/index.html

From time to time, it discovers broken links:

  https://github.com/python/cpython/pull/15700
  https://github.com/python/cpython/pull/20383
  https://github.com/python/cpython/pull/20388

It would be really nice if this check run as part of the CI that builds the documentation.
History
Date User Action Args
2020-05-25 16:09:02hroncoksetrecipients: + hroncok, vstinner, docs@python
2020-05-25 16:09:02hroncoksetmessageid: <1590422942.58.0.668271802455.issue40770@roundup.psfhosted.org>
2020-05-25 16:09:02hroncoklinkissue40770 messages
2020-05-25 16:09:02hroncokcreate