Skip to content

Commit

Permalink
Fix doc build (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed May 7, 2024
1 parent 216a767 commit 2682153
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 @@ -50,7 +50,7 @@ name_lookup = Dict(
"cglite_parameter_ensembles.md" => "Running parameter ensembles",
)
# change file suffixes
example_scripts = map(f -> split(f, ".")[1]*".jl", keys(name_lookup))
example_scripts = map(f -> split(f, ".")[1]*".jl", collect(keys(name_lookup)))
# generate example docs from scripts
example_docfiles = map(filter((example_scripts), readdir(examples_dir))) do f
infile = joinpath(examples_dir, f)
Expand Down

0 comments on commit 2682153

Please sign in to comment.