We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa569d commit 4ff2d4eCopy full SHA for 4ff2d4e
Cargo.toml
@@ -15,7 +15,7 @@ categories = [
15
homepage = "https://github.com/michael-a-heuer/bsplines"
16
repository = "https://github.com/michael-a-heuer/bsplines"
17
readme = "README.md"
18
-documentation = "https://crates.io/crates/bsplines"
+documentation = "https://docs.rs/bsplines"
19
20
edition = "2021"
21
license = "Apache-2.0"
@@ -55,6 +55,7 @@ num-traits = "0.2.17"
55
doc-images = []
56
57
[package.metadata.docs.rs]
58
+features = ["doc-images"]
59
rustdoc-args = [
60
"--html-in-header", "./src/docs-header.html",
61
]
0 commit comments