Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Sep 10, 2024
1 parent 920477c commit d6b8a59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
using Documenter

repo_url = "github.com/control-toolbox/MedicalResonanceImaging.jl"

makedocs(;
warnonly=:cross_references,
sitename="Medical Resonance Imaging",
format=Documenter.HTML(;
repolink = "https://"*repo_url,
prettyurls=false,
size_threshold_ignore=["saturation.md", "bloch-equation.md"],
assets=[
Expand All @@ -19,5 +22,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/control-toolbox/MedicalResonanceImaging.jl.git", devbranch="main"
repo=repo_url*".git", devbranch="main"
)

0 comments on commit d6b8a59

Please sign in to comment.