Skip to content

Commit 66795f2

Browse files
committed
Fix package.metadata.docs.rs.rustdoc-args
1 parent 9954619 commit 66795f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["competitive"]
1010
categories = ["algorithms", "data-structures"]
1111

1212
[package.metadata.docs.rs]
13-
rustdoc-args = ["--html-in-header", "katex-header.html"]
13+
rustdoc-args = ["--html-in-header", "./doc/katex-header.html"]
1414

1515
[lib]
1616
name = "ac_library"

0 commit comments

Comments
 (0)