From 098817a2d9584d8baa6a6c36d9becef6613de44f Mon Sep 17 00:00:00 2001 From: Lucas Pickering Date: Wed, 1 Jan 2025 14:27:10 -0500 Subject: [PATCH] Disable print mode on book --- docs/book.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 28f45081..cf45dc82 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -13,3 +13,8 @@ renderer = ["html"] [output.html] edit-url-template = "https://github.com/LucasPickering/slumber/edit/master/docs/{path}" git-repository-url = "https://github.com/LucasPickering/slumber" + +[output.html.print] +# Print seems to have a bug with absolute links to static assets, which causes +# the link check CI step to fail. I don't see much value in this anyway +enable = false