We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb128f7 + a52bc4c commit 46b704bCopy full SHA for 46b704b
docs/conf.py
@@ -278,6 +278,12 @@
278
# Avoid errors from 403/Login Redirects
279
r"https://(test\.)?pypi\.org/manage/project/twine/collaboration/?",
280
r"https://pypi\.org/manage/project/twine/collaboration/?",
281
+ # PyPI uses <section id=""> anchor links that are not understood by
282
+ # linkcheck. Ignore these link targets in the check until they are
283
+ # supported. Maybe use linkcheck_anchors_ignore_for_url configuration
284
+ # option once Sphinx 7.1 or later is used, see
285
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-linkcheck_anchors_ignore_for_url
286
+ r"https://pypi\.org/project/[^/]+/\#",
287
]
288
289
intersphinx_mapping = {
0 commit comments