Fix doc build on docs.rs (#1168)

This commit is contained in:
Sylvain Benner 2024-01-23 14:13:57 -05:00 committed by GitHub
parent eaa4dc3207
commit 707b61051c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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" ]