Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ignore /docs in the htmltest configuration #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

themr0c
Copy link
Contributor

@themr0c themr0c commented Nov 29, 2024

Ignore /docs in the htmltest configuration files to workaround absolute links in the 404 page.

It fixes following error:

make docs_check_links 
podman run -v /home/ffloreth/src/gl/ffloreth/crc-docs:/test:Z --rm docker.io/wjdp/htmltest:latest -c .htmltest.yml
htmltest started at 08:24:16 on ./public
========================================================================
404.html
  target does not exist --- 404.html --> /docs/_/css/site.css
  target does not exist --- 404.html --> /docs/getting_started/getting_started/introducing/
  target does not exist --- 404.html --> /docs/getting_started/getting_started/introducing/
  target does not exist --- 404.html --> /docs/_/js/site.js
  target does not exist --- 404.html --> /docs/_/js/vendor/highlight.js
  target does not exist --- 404.html --> /docs/_/js/vendor/lunr.js
  target does not exist --- 404.html --> /docs/_/js/search-ui.js
  target does not exist --- 404.html --> /docs/search-index.js
========================================================================
✘✘✘ failed in 10.09195085s
8 errors in 10 documents

… absolute links in the 404 page

Signed-off-by: Fabrice Flore-Thébault <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant