Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Jul 12, 2024
1 parent 4ecad61 commit 040832d
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 @@ -2,7 +2,7 @@ using Documenter

makedocs(
warnonly = :cross_references,
sitename = "MRI.jl",
sitename = "Medical Resonance Imaging",
format = Documenter.HTML(
prettyurls = false,
size_threshold_ignore = ["saturation.md", "bloch-equation.md"]),
Expand All @@ -16,4 +16,4 @@ makedocs(
deploydocs(
repo = "github.com/control-toolbox/MRI.jl.git",
devbranch = "main"
)
)

0 comments on commit 040832d

Please sign in to comment.