We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c306d + d9af17f commit 0b88690Copy full SHA for 0b88690
.cargo/config.toml
@@ -1,2 +1,8 @@
1
[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
8
rustdocflags = ["--html-in-header", "./doc/katex-header.html"]
0 commit comments