You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description make linkcheck reports certain links with anchor would be broken, altough they are not.
Example: https://framagit.org/peppercarrot/wiki/-/blob/master/Creatures.md#phanda
Steps to Reproduce
initialise a new documentation via sphinx-quickstart
create a file with the aforementioned link connected to index.rst
run make linkcheck
(...) broken https://framagit.org/peppercarrot/wiki/-/blob/master/Creatures.md#phanda - Anchor 'phanda' not found
Expected behavior
The link is valid and works from the browser, hence it should be reported as ok rather than broken
As the discussion on #9016 suggests, this is hard to fix. Would it be possible to rather report not-found anchors as partly ok or something like this as a workaround?
mara004
changed the title
<what happen when you do on which document project>make linkcheck wrongly reports anchors as broken for certain links
May 20, 2021
mara004
changed the title
make linkcheck wrongly reports anchors as broken for certain linksmake linkcheck wrongly reports valid anchors as broken for certain links
May 20, 2021
Description
make linkcheck
reports certain links with anchor would be broken, altough they are not.Example:
https://framagit.org/peppercarrot/wiki/-/blob/master/Creatures.md#phanda
Steps to Reproduce
sphinx-quickstart
index.rst
make linkcheck
Expected behavior
The link is valid and works from the browser, hence it should be reported as
ok
rather thanbroken
Environment info
→ Potential duplicate of #9016
The text was updated successfully, but these errors were encountered: