Skip to content

Commit

Permalink
use notebooks in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 22, 2023
1 parent a2e947a commit 3e4e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function make_all(; with_examples = true, with_notebooks = true, example = nothi
"Nonlinear solver control" => "nonlinear-solvers.jl",
"API Updates" => "api-update.jl",
]
notebook_examples = @docplutonotebooks(notebookdir, notebooks, iframe=false)
notebook_examples = @docplutonotebooks(notebookdir, notebooks, iframe=true)
notebook_examples = vcat(["About the notebooks" => "notebooks.md"], notebook_examples)

modules = filter(ex -> splitext(ex)[2] == ".jl", basename.(readdir(exampledir)))
Expand Down

0 comments on commit 3e4e6c9

Please sign in to comment.