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:
Dilshod Tadjibaev
2025-07-07 08:27:26 -05:00
committed by GitHub
parent ddf8e49dc9
commit 7bd216e377
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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"]