Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSachs authored Oct 30, 2024
1 parent 1aa87ba commit d95100b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ using Documenter, ACEds

makedocs(;
# modules=[ACEds],
# authors="Matthias Sachs <[email protected]> and contributors",
#repo="https://github.com/ACEsuit/ACEds.jl/blob/{commit}{path}#{line}",
authors="Matthias Sachs <[email protected]> and contributors",
repo="https://github.com/ACEsuit/ACEds.jl/blob/{commit}{path}#{line}",
sitename="ACEds.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
Expand Down Expand Up @@ -40,4 +40,4 @@ deploydocs(;
repo="github.com/ACEsuit/ACEds.jl.git",
devbranch="main",
push_preview=true,
)
)

0 comments on commit d95100b

Please sign in to comment.