Update KaTeX header path in rustdoc args and move file (#3339)
* Update KaTeX header path in rustdoc args and move file Moved 'katex-header.html' to 'assets/katex-header.html' and updated the rustdoc arguments in burn-tensor's Cargo.toml to reference the new path. This ensures documentation builds correctly with the relocated header file. * Changes per PR feedback
This commit is contained in:
committed by
GitHub
parent
ddf8e49dc9
commit
7bd216e377
@@ -51,4 +51,4 @@ rand = { workspace = true, features = ["thread_rng"] } # Default enables std
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["doc"]
|
||||
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]
|
||||
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "docs/katex-header.html"]
|
||||
|
||||
Reference in New Issue
Block a user