Skip to content

Commit

Permalink
docs: enable linkcheck (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo authored Jun 10, 2023
1 parent 6969554 commit 3c72cfc
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 @@ -3,7 +3,7 @@ using Documenter, NLPModels
makedocs(
modules = [NLPModels],
doctest = true,
linkcheck = false,
linkcheck = true,
strict = true,
format = Documenter.HTML(
assets = ["assets/style.css"],
Expand Down

0 comments on commit 3c72cfc

Please sign in to comment.