diff --git a/docs/make.jl b/docs/make.jl index 1b0c0b32f..5ffb014b0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,7 @@ using Literate DocMeta.setdocmeta!(Finch, :DocTestSetup, :(using Finch; using SparseArrays); recursive=true) -Literate.notebook(joinpath(@__DIR__, "src/usage.jl"), joinpath(@__DIR__, "../binder")) +Literate.notebook(joinpath(@__DIR__, "src/usage.jl"), joinpath(@__DIR__, "src/generated")) makedocs(; modules=[Finch],