Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Sep 1, 2024
1 parent 97f6745 commit 0677205
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ using Documenter, BLPData
makedocs(
sitename = "BLPData.jl",
modules = [ BLPData ],
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 0677205

Please sign in to comment.