From bdf688687b069698c2cc4f645239c6dbcb779dd1 Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Fri, 14 Apr 2023 17:15:22 -0400 Subject: [PATCH] go back to the old way --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],