Skip to content

Commit

Permalink
Fix doc build on docs.rs (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 23, 2024
1 parent eaa4dc3 commit 707b610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions burn-tch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ burn-autodiff = { path = "../burn-autodiff", version = "0.12.0", default-feature
burn-tensor = { path = "../burn-tensor", version = "0.12.0", default-features = false, features = [
"export_tests",
] }

[package.metadata.docs.rs]
features = [ "doc" ]

0 comments on commit 707b610

Please sign in to comment.