Skip to content

Commit

Permalink
Uncomment contributed build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ddahlbom committed Aug 29, 2024
1 parent 4093635 commit 930e474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spinw_sources = filter(endswith(".jl"), readdir(pkgdir(Sunny, "examples", "spinw
spinw_names = [splitext(basename(src))[1] for src in spinw_sources]
spinw_mds = build_examples(spinw_sources, joinpath("examples", "spinw"))

# contributed_mds = isdraft ? [] : prepare_contributed()
contributed_mds = isdraft ? [] : prepare_contributed()


# Build docs as HTML, including the `examples/name.md` markdown built above
Expand All @@ -114,8 +114,8 @@ Documenter.makedocs(;
"index.md",
"Examples" => [
example_mds...,
# "Contributed" => contributed_mds,
"SpinW ports" => spinw_mds,
"Contributed" => contributed_mds,
],
"Guides" => [
"structure-factor.md",
Expand Down

0 comments on commit 930e474

Please sign in to comment.