We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
make linkcheck
It would be nice to only output URLs that need to be updated.
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
-q
The original PR for this was artefactual/archivematica-docs#463 - I am splitting the two concerns in two issues to better address each one.
The text was updated successfully, but these errors were encountered:
As mentioned, the solution is the use the -q flag when building with sphinx-build.
sphinx-build
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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-qOther 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.
The text was updated successfully, but these errors were encountered: