Skip to content

Commit

Permalink
bump Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Sep 1, 2024
1 parent 7ae0cbd commit 4031fbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.27"
Documenter = "1"
7 changes: 5 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ import InterestRates
makedocs(
sitename = "InterestRates.jl",
modules = [ InterestRates ],
pages = [ "Home" => "index.md",
"API Reference" => "api.md" ]
pages = [
"Home" => "index.md",
"API Reference" => "api.md",
],
checkdocs=:none,
)

deploydocs(
Expand Down

0 comments on commit 4031fbb

Please sign in to comment.