Skip to content

Commit 2b89c59

Browse files
committed
Modify the comment
1 parent c3b5e58 commit 2b89c59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cargo/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[build]
2-
rustdocflags = ["--html-in-header", "./doc/katex-header.html"] # We don't have any `normal` dependency in this package. In most cases, `package.metadata.docs.rs` is recommended.
2+
# This works on local `cargo doc` and on docs.rs because we don't have any `normal` dependency.
3+
# In most cases, `package.metadata.docs.rs` is recommended.
4+
rustdocflags = ["--html-in-header", "./doc/katex-header.html"]

0 commit comments

Comments
 (0)