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

Problem: the verbose results that we got from linkcheck makes it difficult to pinpoint which URL needs an update #1689

Closed
eviau-artefactual opened this issue May 15, 2024 · 1 comment

Comments

@eviau-artefactual
Copy link

Current behaviour

At the moment speaking, running make linkcheck gives us a long list of URLs, most of which are labeled as working, some of which are broken.

It would be nice to only output URLs that need to be updated.

Potential solution

Use the -q option flag for sphinx to get quiet results: https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-q

Other relevant information

The original PR for this was artefactual/archivematica-docs#463 - I am splitting the two concerns in two issues to better address each one.

@eviau-artefactual
Copy link
Author

As mentioned, the solution is the use the -q flag when building with sphinx-build.

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 a pull request may close this issue.

1 participant