From bfe64512463f232333ad818323cb7549b1756b47 Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Tue, 6 Feb 2024 20:39:48 +0100 Subject: [PATCH] doc: fix doc generation --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0de4cbb..36ffb28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,9 @@ num-traits = "0.2.17" doc-images = [] [package.metadata.docs.rs] -features = ["doc-images"] rustdoc-args = [ + "--package", "bsplines", + "--no-deps", + "--features", "doc-images", "--html-in-header", "./src/docs-header.html", ]