Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli authored Oct 17, 2024
1 parent 75c72a9 commit 7e1d87e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
using BeamTracking
using Documenter

DocMeta.setdocmeta!(BeamTracking, :DocTestSetup, :(using BeamTracking); recursive=true)

makedocs(;
modules=[BeamTracking],
authors="mattsignorelli <[email protected]> and contributors",
sitename="BeamTracking.jl",
format=Documenter.HTML(;
canonical="https://bmad-sim.github.io/BeamTracking.jl",
edit_link="main",
assets=String[],
),
format=Documenter.HTMLWriter.HTML(size_threshold = nothing),
pages =
[
"Home" => "index.md",
]
)

pages=[
"Home" => "index.md",
],
)

deploydocs(;
repo="github.com/bmad-sim/BeamTracking.jl",
devbranch="main",
repo="github.com/bmad-sim/BeamTracking.jl.git",
)

0 comments on commit 7e1d87e

Please sign in to comment.