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

DM-40495: Add better error reporting of linkcheck failures #836

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

rra
Copy link
Member

@rra rra commented Aug 30, 2023

Sphinx's linkcheck target does not summarize errors at the end of the run normally, but it does write the errors into an output.txt file. Move the linkcheck code into Makefile so that we can use shell trickery and display output.txt at the end of the run if the check failed.

Add a make help target as the default that displays the available Makefile targets.

Sphinx's linkcheck target does not summarize errors at the end of
the run normally, but it does write the errors into an output.txt
file. Move the linkcheck code into Makefile so that we can use
shell trickery and display output.txt at the end of the run if the
check failed.

Add a make help target as the default that displays the available
Makefile targets.
Link to the latest scriv documentation to avoid a redirect.
@rra rra merged commit e145eae into main Aug 30, 2023
6 checks passed
@rra rra deleted the tickets/DM-40495 branch August 30, 2023 18:11
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.

None yet

1 participant