Skip to content

Commit 57cf589

Browse files
authored
fix(docs): katex header in crate space. (#107)
1 parent 37ec936 commit 57cf589

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

spongefish/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version.workspace = true
1111

1212
[package.metadata.docs.rs]
1313
all-features = true
14-
rustdoc-args = ["--html-in-header", "../doc/katex-header.html", "--cfg", "docsrs"]
14+
rustdoc-args = ["--html-in-header", "doc/katex-header.html", "--cfg", "docsrs"]
1515

1616
[features]
1717
default = ["sha3", "zeroize"]

0 commit comments

Comments
 (0)