mirror of
https://github.com/tracel-ai/burn.git
synced 2026-05-31 19:49:48 +09:00
* 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