Skip to content

Commit

Permalink
update for Documenter 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Oct 28, 2023
1 parent 939a465 commit 984b8be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ docs/site/
Manifest.toml

# other
~*.xlsx
*.DS_Store
*.DS_Store
settings.json
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LifeContingencies = "c8f0d631-89cd-4a1f-93d0-7542c3692561"
11 changes: 5 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ using Documenter, LifeContingencies
makedocs(;
modules=[LifeContingencies],
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://JuliaActuary.github.io/Yields.jl",
assets=String[],
prettyurls=get(ENV, "CI", "false") == "true",
assets=String[]
),
pages=[
"Home" => "index.md",
"API Reference" => "api.md",
],
repo="https://github.com/JuliaActuary/LifeContingencies.jl/blob/{commit}{path}#L{line}",
repo=Remotes.GitHub("JuliaActuary", "LifeContingencies.jl"),
sitename="LifeContingencies.jl",
authors="Alec Loudenback <[email protected]> and contributors",
authors="Alec Loudenback <[email protected]> and contributors"
)

deploydocs(;
repo="github.com/JuliaActuary/LifeContingencies.jl",
repo="github.com/JuliaActuary/LifeContingencies.jl"
)

0 comments on commit 984b8be

Please sign in to comment.