Skip to content

Commit 0b88690

Browse files
authored
Merge pull request #70 from qryxip/comment-to-cargo-config
Add a comment to `.cargo/config.toml`
2 parents a8c306d + d9af17f commit 0b88690

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
[build]
2+
# This works both 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+
#
5+
# See also:
6+
# - https://docs.rs/rustdoc-katex-demo
7+
# - https://docs.rs/rust-latex-doc-minimal-example
28
rustdocflags = ["--html-in-header", "./doc/katex-header.html"]

0 commit comments

Comments
 (0)