File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,8 +395,10 @@ jobs:
395395 # - mailto: links: These are not valid URLs and will always fail
396396 # - 404.html: This is not necessary
397397 # - latest/stable/xx links from the version selector
398- # - /builds and /projects: ReadTheDocs theme navigation links (not real file paths)
399- # - openapi.html: Swagger UI pages use JavaScript-rendered anchors that lychee cannot verify
398+ # - /builds and /projects: These absolute paths come from the sphinx_rtd_theme when
399+ # READTHEDOCS=True is set. They appear in the generated HTML as navigation links
400+ # to ReadTheDocs build/project pages, but don't correspond to actual staged files.
401+ # - openapi.html: Swagger UI pages with JavaScript-rendered anchors that lychee cannot verify
400402 - name : Check for broken links with lychee
401403 uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
402404 with :
You can’t perform that action at this time.
0 commit comments