Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-kats committed Mar 4, 2024
1 parent 7a746bd commit b1c50be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Documenter, Muon

makedocs(sitename="Muon Documentation")
makedocs(sitename="Muon Documentation", warnonly=:cross_references)

deploydocs(
repo = "github.com/scverse/Muon.jl.git",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ad.obsm["X_svd"] = f.U * Diagonal(f.S);

When data is assigned, it is verified first that the dimensions match:

```@example 1
```@raw julia
ad.obsm["X_Vt"] = f.Vt # won't work
# => DimensionMismatch
```
Expand Down

0 comments on commit b1c50be

Please sign in to comment.