Remove mdbook-linkcheck#684
Conversation
|
Looking at the error message, I bet we're hitting the breaking change introduced in rust-lang/mdBook#2813 that comes with the newly-released In the future I'd like to look into adding |
I've just made the release, please test it. |
Hey thank you so much! I tested this with our previous config here: #685 But the We exclude: ❯ mdbook build
INFO Book building has started
INFO Running the html backend
INFO HTML book written to `/home/squishy/bevy_org/bevy_cli/docs/book/html`
INFO Running the linkcheck2 backend
INFO Invoking the "linkcheck2" renderer
error: File not found: ../api/bevy_lint/lints/index.html
┌─ linter/index.md:5:3
│
5 │ - [**All Lints**](../api/bevy_lint/lints/index.html)
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File not found: ../api/bevy_lint/lints/index.html
error: File not found: ../../../api/bevy_lint/lints/index.html
┌─ contribute/linter/reference/lint-module-docs.md:3:12
│
3 │ All lints, [which can be found here](../../../api/bevy_lint/lints/index.html), place their documentation in their module. For example, `missing_reflect`'s docs are in `src/lints/missing_reflect.rs`. These docs must adhere to the following format:
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File not found: ../../../api/bevy_lint/lints/index.html
Error: One or more incorrect links
ERROR Renderer exited with non-zero return code.
ERROR Rendering failed
Caused by: The "linkcheck2" renderer failed
|
|
Please update the config: https://github.com/TheBevyFlock/bevy_cli/pull/685/files#r2554128115 |
mdbook-linkcheckbreaks currently in our CI:https://github.com/TheBevyFlock/bevy_cli/actions/runs/19582097130/job/56082307183
I think this is due to a new
mdbookversion that is no longer compatible withmdbook-linkcheck.The Project does not really seem to be maintained anymore, so I would like to remove it.