Skip to content

Commit

Permalink
Literate: Fixed typo in repo_url
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Jun 22, 2024
1 parent 65fa36d commit b0604d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ function literate_doc_folder(input_folder, output_doc_section; lit_pattern="lit-
name=filename_gen
)
Literate.script(tutorial_src, input_folder; name=filename_gen, repo_root_url)
Literate.notebook(tutorial_src, input_folder; name=filename_gen, execute=false,
binder_root_url=)
Literate.notebook(tutorial_src, input_folder; name=filename_gen, execute=false)
push!(tutorial_list, tutorial_md)
end
end
Expand Down

0 comments on commit b0604d2

Please sign in to comment.