Skip to content

Commit

Permalink
Turn of draft mode for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Oct 29, 2023
1 parent b47f7df commit 5fa3b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ makedocs(;
"base_api.md",
"api.md"
],
format = Documenter.HTML(), draft=true
format = Documenter.HTML(), draft=false
)

deploydocs(;
Expand Down

0 comments on commit 5fa3b6f

Please sign in to comment.