Skip to content

Commit

Permalink
Fix doc build issue (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed Oct 8, 2023
1 parent fc65877 commit 31188b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ rm(examples_output_dir, recursive=true, force=true)
# recreate directory
mkpath(examples_output_dir)
# generate example docs from scripts
ignored_files = ["Manifest.toml", "Project.toml", "08_heat_sfcc_richardseq_samoylov.jl"]
ignored_files = [
"Manifest.toml",
"Project.toml",
"08_heat_sfcc_richardseq_samoylov.jl",
"heat_freeW_lake_lite_implicit.jl",
]
example_docfiles = map(filter((ignored_files), readdir(examples_dir))) do f
infile = joinpath(examples_dir, f)
@info "Generating docpage for example script $infile and writing to directory $examples_output_dir"
Expand Down

0 comments on commit 31188b0

Please sign in to comment.