Skip to content

Commit

Permalink
doc: fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 6, 2024
1 parent 5311ecc commit bfe6451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

0 comments on commit bfe6451

Please sign in to comment.