-
Notifications
You must be signed in to change notification settings - Fork 229
Link Checker Report on 2022-10-09 #2151
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
Comments
As an explanation for these failures, #1859 set the canonical url to point to the latest version. For any pages added since the last release, the link checker will fail on that url. Options include closing these issues weekly if they only flag recently added pages or exclude links with the format |
Thanks for finding the cause.
It sounds a bad option because these issues are annoying and we really can't remember exactly which pages are newly added.
It should work but it makes me worry about potential side-effects. Another solution is to have a "dynamic" Lines 138 to 141 in 211e03f
if len(__version__.split("+")) > 1 or __version__ == "unknown":
html_baseurl = "https://pygmt.org/dev/"
else:
html_baseurl = "https://pygmt.org/latest/" |
This seems like a good idea |
Summary
Errors per input
Errors in documentation/dev/api/generated/pygmt.Figure.ternary.html
Errors in documentation/dev/_modules/pygmt/src/ternary.html
Errors in documentation/dev/gallery/symbols/bars.html
Full Github Actions output
The text was updated successfully, but these errors were encountered: